Html Css Color HEX #DCB216 Sunflower

📋 copy color: '#DCB216'

red 220 ◦ green 178 ◦ blue 22

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

Shades of Sunflower #DCB216

Tints of Sunflower #DCB216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 52.38%
G = 42.38%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB216 (or 0xDCB216) is known color: Sunflower. HEX triplet: DC, B2 and 16. RGB value is (220,178,22). Sum of RGB (Red+Green+Blue) = 220+178+22=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB216 is #234DE9. Grayscale: #ADADAD. Windows color (decimal): -2313706 or 1487580. OLE color: 1487580.

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

Color convert

RGB 220 178 22 -
CMYK 0 0.19 0.9 0.14
HSL 47.27º 0.82% 0.47% -
HSV(B) 47.27º 0.9% 0.86% -
XYZ 45.58 47.11 7.45 -
YUV 172.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 220 178 22 0 0.19 0.9 0.14 47.27 0.82 0.47
Hex DC B2 16 0 13 5A E 2F 52 2F
Octal 334 262 26 0 23 132 16 57 122 57
Binary 11011100 10110010 10110 0 10011 1011010 1110 101111 1010010 101111

Color Harmonies of #DCB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB216

Black with #DCB216

Text Example


Text Example

White with #DCB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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