Html Css Color HEX #DCB912 Sunflower

📋 copy color: '#DCB912'

red 220 ◦ green 185 ◦ blue 18

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

Shades of Sunflower #DCB912

Tints of Sunflower #DCB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

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

R = 52.01%
G = 43.74%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB912 (or 0xDCB912) is known color: Sunflower. HEX triplet: DC, B9 and 12. RGB value is (220,185,18). Sum of RGB (Red+Green+Blue) = 220+185+18=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB912 is #2346ED. Grayscale: #B1B1B1. Windows color (decimal): -2311918 or 1227228. OLE color: 1227228.

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

Color convert

RGB 220 185 18 -
CMYK 0 0.16 0.92 0.14
HSL 49.6º 0.85% 0.47% -
HSV(B) 49.6º 0.92% 0.86% -
XYZ 46.97 49.96 7.74 -
YUV 176.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 220 185 18 0 0.16 0.92 0.14 49.6 0.85 0.47
Hex DC B9 12 0 10 5C E 32 55 2F
Octal 334 271 22 0 20 134 16 62 125 57
Binary 11011100 10111001 10010 0 10000 1011100 1110 110010 1010101 101111

Color Harmonies of #DCB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB912

Black with #DCB912

Text Example


Text Example

White with #DCB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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