Html Css Color HEX #DCC512 Sunflower

📋 copy color: '#DCC512'

red 220 ◦ green 197 ◦ blue 18

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

Shades of Sunflower #DCC512

Tints of Sunflower #DCC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

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

R = 50.57%
G = 45.29%
B = 4.14%

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

#DCC512 (or 0xDCC512) is known color: Sunflower. HEX triplet: DC, C5 and 12. RGB value is (220,197,18). Sum of RGB (Red+Green+Blue) = 220+197+18=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC512 is #233AED. Grayscale: #B8B8B8. Windows color (decimal): -2308846 or 1230300. OLE color: 1230300.

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

Color convert

RGB 220 197 18 -
CMYK 0 0.10 0.92 0.14
HSL 53.17º 0.85% 0.47% -
HSV(B) 53.17º 0.92% 0.86% -
XYZ 49.59 55.19 8.61 -
YUV 183.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 220 197 18 0 0.10 0.92 0.14 53.17 0.85 0.47
Hex DC C5 12 0 A 5C E 35 55 2F
Octal 334 305 22 0 12 134 16 65 125 57
Binary 11011100 11000101 10010 0 1010 1011100 1110 110101 1010101 101111

Color Harmonies of #DCC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC512

Black with #DCC512

Text Example


Text Example

White with #DCC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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