Html Css Color HEX #DCB712 Sunflower

📋 copy color: '#DCB712'

red 220 ◦ green 183 ◦ blue 18

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

Shades of Sunflower #DCB712

Tints of Sunflower #DCB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

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

R = 52.26%
G = 43.47%
B = 4.28%

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

#DCB712 (or 0xDCB712) is known color: Sunflower. HEX triplet: DC, B7 and 12. RGB value is (220,183,18). Sum of RGB (Red+Green+Blue) = 220+183+18=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB712 is #2348ED. Grayscale: #AFAFAF. Windows color (decimal): -2312430 or 1226716. OLE color: 1226716.

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

Color convert

RGB 220 183 18 -
CMYK 0 0.17 0.92 0.14
HSL 49.01º 0.85% 0.47% -
HSV(B) 49.01º 0.92% 0.86% -
XYZ 46.56 49.13 7.6 -
YUV 175.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 220 183 18 0 0.17 0.92 0.14 49.01 0.85 0.47
Hex DC B7 12 0 11 5C E 31 55 2F
Octal 334 267 22 0 21 134 16 61 125 57
Binary 11011100 10110111 10010 0 10001 1011100 1110 110001 1010101 101111

Color Harmonies of #DCB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB712

Black with #DCB712

Text Example


Text Example

White with #DCB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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