Html Css Color HEX #DCB512 Sunflower

📋 copy color: '#DCB512'

red 220 ◦ green 181 ◦ blue 18

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

Shades of Sunflower #DCB512

Tints of Sunflower #DCB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 52.51%
G = 43.2%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB512 (or 0xDCB512) is known color: Sunflower. HEX triplet: DC, B5 and 12. RGB value is (220,181,18). Sum of RGB (Red+Green+Blue) = 220+181+18=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB512 is #234AED. Grayscale: #AEAEAE. Windows color (decimal): -2312942 or 1226204. OLE color: 1226204.

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

Color convert

RGB 220 181 18 -
CMYK 0 0.18 0.92 0.14
HSL 48.42º 0.85% 0.47% -
HSV(B) 48.42º 0.92% 0.86% -
XYZ 46.15 48.31 7.46 -
YUV 174.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 220 181 18 0 0.18 0.92 0.14 48.42 0.85 0.47
Hex DC B5 12 0 12 5C E 30 55 2F
Octal 334 265 22 0 22 134 16 60 125 57
Binary 11011100 10110101 10010 0 10010 1011100 1110 110000 1010101 101111

Color Harmonies of #DCB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB512

Black with #DCB512

Text Example


Text Example

White with #DCB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB512; }

 p { color: rgb(220,181,18); }

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

background-color css

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

 a { background-color: rgb(220,181,18); }

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

border-color css

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

 span { border-color: rgb(220,181,18); }

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