Html Css Color HEX #DCB20E Sunflower

📋 copy color: '#DCB20E'

red 220 ◦ green 178 ◦ blue 14

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

Shades of Sunflower #DCB20E

Tints of Sunflower #DCB20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

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

R = 53.4%
G = 43.2%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB20E (or 0xDCB20E) is known color: Sunflower. HEX triplet: DC, B2 and 0E. RGB value is (220,178,14). Sum of RGB (Red+Green+Blue) = 220+178+14=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB20E is #234DF1. Grayscale: #ACACAC. Windows color (decimal): -2313714 or 963292. OLE color: 963292.

HSL color Cylindrical-coordinate representation of color #DCB20E: hue angle of 47.77º 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 #DCB20E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 14 -
CMYK 0 0.19 0.94 0.14
HSL 47.77º 0.88% 0.46% -
HSV(B) 47.77º 0.94% 0.86% -
XYZ 45.51 47.09 7.11 -
YUV 171.86 38.91 162.34 -
System Red Green Blue C M Y K H S L
Decimal 220 178 14 0 0.19 0.94 0.14 47.77 0.88 0.46
Hex DC B2 E 0 13 5E E 30 58 2E
Octal 334 262 16 0 23 136 16 60 130 56
Binary 11011100 10110010 1110 0 10011 1011110 1110 110000 1011000 101110

Color Harmonies of #DCB20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB20E

Black with #DCB20E

Text Example


Text Example

White with #DCB20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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