#DCCF0B

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

Shades of Bird Flower #DCCF0B

Tints of Bird Flower #DCCF0B

Color information

#DCCF0B (or 0xDCCF0B) is unknown color: approx Bird Flower. HEX triplet: DC, CF and 0B. RGB value is (220,207,11). Sum of RGB (Red+Green+Blue) = 220+207+11=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0B is #2330F4. Grayscale: #BDBDBD. Windows color (decimal): -2306293 or 774108. OLE color: 774108.

HSL color Cylindrical-coordinate representation of color #DCCF0B: hue angle of 56.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCCF0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB22020711-
CMYK00.060.950.14
HSL56.27º90.48%45.29%-
HSV(B)56.27º95%86.27%-
XYZ51.8959.879.14-
YUV188.5427.81150.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 207 (81.25% from 255) = 47.26%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=50.23%
G=47.26%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202071100.060.950.1456.2790.4845.29
HexDCCFB065FE385a2d
Octal3343171306137167013255
Binary110111001100111110110110101111111101110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF0B; }

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

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

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

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

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

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

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

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