Html Css Color HEX #DCB012 Sunflower

📋 copy color: '#DCB012'

red 220 ◦ green 176 ◦ blue 18

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

Shades of Sunflower #DCB012

Tints of Sunflower #DCB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 53.14%
G = 42.51%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB012 (or 0xDCB012) is known color: Sunflower. HEX triplet: DC, B0 and 12. RGB value is (220,176,18). Sum of RGB (Red+Green+Blue) = 220+176+18=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB012 is #234FED. Grayscale: #ABABAB. Windows color (decimal): -2314222 or 1224924. OLE color: 1224924.

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

Color convert

RGB 220 176 18 -
CMYK 0 0.2 0.92 0.14
HSL 46.93º 0.85% 0.47% -
HSV(B) 46.93º 0.92% 0.86% -
XYZ 45.15 46.31 7.13 -
YUV 171.14 41.58 162.85 -
System Red Green Blue C M Y K H S L
Decimal 220 176 18 0 0.2 0.92 0.14 46.93 0.85 0.47
Hex DC B0 12 0 14 5C E 2F 55 2F
Octal 334 260 22 0 24 134 16 57 125 57
Binary 11011100 10110000 10010 0 10100 1011100 1110 101111 1010101 101111

Color Harmonies of #DCB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB012

Black with #DCB012

Text Example


Text Example

White with #DCB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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