Html Css Color HEX #DCB218 Sunflower

📋 copy color: '#DCB218'

red 220 ◦ green 178 ◦ blue 24

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

Shades of Sunflower #DCB218

Tints of Sunflower #DCB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.69%

R = 52.13%
G = 42.18%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCB218 (or 0xDCB218) is known color: Sunflower. HEX triplet: DC, B2 and 18. RGB value is (220,178,24). Sum of RGB (Red+Green+Blue) = 220+178+24=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB218 is #234DE7. Grayscale: #ADADAD. Windows color (decimal): -2313704 or 1618652. OLE color: 1618652.

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

Color convert

RGB 220 178 24 -
CMYK 0 0.19 0.89 0.14
HSL 47.14º 0.8% 0.48% -
HSV(B) 47.14º 0.89% 0.86% -
XYZ 45.6 47.12 7.56 -
YUV 173 43.91 161.52 -
System Red Green Blue C M Y K H S L
Decimal 220 178 24 0 0.19 0.89 0.14 47.14 0.8 0.48
Hex DC B2 18 0 13 59 E 2F 50 30
Octal 334 262 30 0 23 131 16 57 120 60
Binary 11011100 10110010 11000 0 10011 1011001 1110 101111 1010000 110000

Color Harmonies of #DCB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB218

Black with #DCB218

Text Example


Text Example

White with #DCB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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