Html Css Color HEX #DCB412 Sunflower

📋 copy color: '#DCB412'

red 220 ◦ green 180 ◦ blue 18

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

Shades of Sunflower #DCB412

Tints of Sunflower #DCB412

RGB

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

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

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

R = 52.63%
G = 43.06%
B = 4.31%

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

#DCB412 (or 0xDCB412) is known color: Sunflower. HEX triplet: DC, B4 and 12. RGB value is (220,180,18). Sum of RGB (Red+Green+Blue) = 220+180+18=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB412 is #234BED. Grayscale: #AEAEAE. Windows color (decimal): -2313198 or 1225948. OLE color: 1225948.

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

Color convert

RGB 220 180 18 -
CMYK 0 0.18 0.92 0.14
HSL 48.12º 0.85% 0.47% -
HSV(B) 48.12º 0.92% 0.86% -
XYZ 45.95 47.9 7.4 -
YUV 173.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 220 180 18 0 0.18 0.92 0.14 48.12 0.85 0.47
Hex DC B4 12 0 12 5C E 30 55 2F
Octal 334 264 22 0 22 134 16 60 125 57
Binary 11011100 10110100 10010 0 10010 1011100 1110 110000 1010101 101111

Color Harmonies of #DCB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB412

Black with #DCB412

Text Example


Text Example

White with #DCB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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