Html Css Color HEX #DCCB0E Sunflower

📋 copy color: '#DCCB0E'

red 220 ◦ green 203 ◦ blue 14

#DCCB0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DCCB0E

Tints of Sunflower #DCCB0E

RGB

 RED value IS 220 (86.33% from 255) = 50.34%

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 50.34%
G = 46.45%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCCB0E (or 0xDCCB0E) is known color: Sunflower. HEX triplet: DC, CB and 0E. RGB value is (220,203,14). Sum of RGB (Red+Green+Blue) = 220+203+14=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB0E is #2334F1. Grayscale: #BBBBBB. Windows color (decimal): -2307314 or 969692. OLE color: 969692.

HSL color Cylindrical-coordinate representation of color #DCCB0E: hue angle of 55.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCCB0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 14 -
CMYK 0 0.08 0.94 0.14
HSL 55.05º 0.88% 0.46% -
HSV(B) 55.05º 0.94% 0.86% -
XYZ 50.95 57.96 8.92 -
YUV 186.54 30.63 151.87 -
System Red Green Blue C M Y K H S L
Decimal 220 203 14 0 0.08 0.94 0.14 55.05 0.88 0.46
Hex DC CB E 0 8 5E E 37 58 2E
Octal 334 313 16 0 10 136 16 67 130 56
Binary 11011100 11001011 1110 0 1000 1011110 1110 110111 1011000 101110

Color Harmonies of #DCCB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB0E

Black with #DCCB0E

Text Example


Text Example

White with #DCCB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB0E; }

 p { color: rgb(220,203,14); }

 H1.HeaderClassName
 {
   color: #DCCB0E;
 }
 .AnyTagClassName
 {
   color: #DCCB0E;
 }
</style>

background-color css

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

 a { background-color: rgb(220,203,14); }

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

border-color css

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

 span { border-color: rgb(220,203,14); }

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