Html Css Color HEX #DCB416 Sunflower

📋 copy color: '#DCB416'

red 220 ◦ green 180 ◦ blue 22

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

Shades of Sunflower #DCB416

Tints of Sunflower #DCB416

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 52.13%
G = 42.65%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB416 (or 0xDCB416) is known color: Sunflower. HEX triplet: DC, B4 and 16. RGB value is (220,180,22). Sum of RGB (Red+Green+Blue) = 220+180+22=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB416 is #234BE9. Grayscale: #AEAEAE. Windows color (decimal): -2313194 or 1488092. OLE color: 1488092.

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

Color convert

RGB 220 180 22 -
CMYK 0 0.18 0.9 0.14
HSL 47.88º 0.82% 0.47% -
HSV(B) 47.88º 0.9% 0.86% -
XYZ 45.98 47.92 7.58 -
YUV 173.95 42.25 160.85 -
System Red Green Blue C M Y K H S L
Decimal 220 180 22 0 0.18 0.9 0.14 47.88 0.82 0.47
Hex DC B4 16 0 12 5A E 30 52 2F
Octal 334 264 26 0 22 132 16 60 122 57
Binary 11011100 10110100 10110 0 10010 1011010 1110 110000 1010010 101111

Color Harmonies of #DCB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB416

Black with #DCB416

Text Example


Text Example

White with #DCB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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