Html Css Color HEX #DCB612 Sunflower

📋 copy color: '#DCB612'

red 220 ◦ green 182 ◦ blue 18

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

Shades of Sunflower #DCB612

Tints of Sunflower #DCB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 52.38%
G = 43.33%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB612 (or 0xDCB612) is known color: Sunflower. HEX triplet: DC, B6 and 12. RGB value is (220,182,18). Sum of RGB (Red+Green+Blue) = 220+182+18=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB612 is #2349ED. Grayscale: #AFAFAF. Windows color (decimal): -2312686 or 1226460. OLE color: 1226460.

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

Color convert

RGB 220 182 18 -
CMYK 0 0.17 0.92 0.14
HSL 48.71º 0.85% 0.47% -
HSV(B) 48.71º 0.92% 0.86% -
XYZ 46.35 48.72 7.53 -
YUV 174.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 220 182 18 0 0.17 0.92 0.14 48.71 0.85 0.47
Hex DC B6 12 0 11 5C E 31 55 2F
Octal 334 266 22 0 21 134 16 61 125 57
Binary 11011100 10110110 10010 0 10001 1011100 1110 110001 1010101 101111

Color Harmonies of #DCB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB612

Black with #DCB612

Text Example


Text Example

White with #DCB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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