#dccf01

Color #DCCF01 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #DCCF01

Tints of Bird Flower #DCCF01

Color information

#DCCF01 (or 0xDCCF01) is unknown color: approx Bird Flower. HEX triplet: DC, CF and 01. RGB value is (220,207,1). Sum of RGB (Red+Green+Blue) = 220+207+1=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF01 is #2330FE. Grayscale: #BCBCBC. Windows color (decimal): -2306303 or 118748. OLE color: 118748.

HSL color Cylindrical-coordinate representation of color #DCCF01: hue angle of 56.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCCF01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB2202071-
CMYK00.061.000.14
HSL56.44º99.1%43.33%-
HSV(B)56.44º99.55%86.27%-
XYZ51.8359.848.85-
YUV187.422.81151.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 51.40%
GREEN value IS 207 (81.25% from 255) = 48.36%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=51.40%
G=48.36%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220207100.061.000.1456.4499.143.33
HexDCCF10664E38632b
Octal334317106144167014353
Binary110111001100111110110110010011101110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dccf01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dccf01; }

 p { color: rgb(220,207,1); }

 H1.HeaderClassName
 {
   color: #dccf01;
 }
 .AnyTagClassName
 {
   color: #dccf01;
 }
</style>
background-color css

<style>
 a { background-color: #dccf01; }

 a { background-color: rgb(220,207,1); }

 div.DivClassName
 {
   background-color: #dccf01;
 }
 .BgClassName
 {
   background-color: #dccf01;
 }
</style>
border-color css

<style>
 span { border-color: #dccf01; }

 span { border-color: rgb(220,207,1); }

 td.TdClassName
 {
   border-color: #dccf01;
 }
 .TagClassName
 {
   border-color: #dccf01;
 }
</style>