Html Css Color HEX #DCC712 Sunflower

📋 copy color: '#DCC712'

red 220 ◦ green 199 ◦ blue 18

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

Shades of Sunflower #DCC712

Tints of Sunflower #DCC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.54%

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

R = 50.34%
G = 45.54%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC712 (or 0xDCC712) is known color: Sunflower. HEX triplet: DC, C7 and 12. RGB value is (220,199,18). Sum of RGB (Red+Green+Blue) = 220+199+18=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC712 is #2338ED. Grayscale: #B9B9B9. Windows color (decimal): -2308334 or 1230812. OLE color: 1230812.

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

Color convert

RGB 220 199 18 -
CMYK 0 0.10 0.92 0.14
HSL 53.76º 0.85% 0.47% -
HSV(B) 53.76º 0.92% 0.86% -
XYZ 50.05 56.11 8.76 -
YUV 184.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 220 199 18 0 0.10 0.92 0.14 53.76 0.85 0.47
Hex DC C7 12 0 A 5C E 36 55 2F
Octal 334 307 22 0 12 134 16 66 125 57
Binary 11011100 11000111 10010 0 1010 1011100 1110 110110 1010101 101111

Color Harmonies of #DCC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC712

Black with #DCC712

Text Example


Text Example

White with #DCC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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