Html Css Color HEX #DCB816 Sunflower

📋 copy color: '#DCB816'

red 220 ◦ green 184 ◦ blue 22

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

Shades of Sunflower #DCB816

Tints of Sunflower #DCB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.19%

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

R = 51.64%
G = 43.19%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB816 (or 0xDCB816) is known color: Sunflower. HEX triplet: DC, B8 and 16. RGB value is (220,184,22). Sum of RGB (Red+Green+Blue) = 220+184+22=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB816 is #2347E9. Grayscale: #B0B0B0. Windows color (decimal): -2312170 or 1489116. OLE color: 1489116.

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

Color convert

RGB 220 184 22 -
CMYK 0 0.16 0.9 0.14
HSL 49.09º 0.82% 0.47% -
HSV(B) 49.09º 0.9% 0.86% -
XYZ 46.8 49.55 7.86 -
YUV 176.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 220 184 22 0 0.16 0.9 0.14 49.09 0.82 0.47
Hex DC B8 16 0 10 5A E 31 52 2F
Octal 334 270 26 0 20 132 16 61 122 57
Binary 11011100 10111000 10110 0 10000 1011010 1110 110001 1010010 101111

Color Harmonies of #DCB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB816

Black with #DCB816

Text Example


Text Example

White with #DCB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB816; }

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

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

background-color css

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

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

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

border-color css

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

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

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