Html Css Color HEX #DCC112 Sunflower

📋 copy color: '#DCC112'

red 220 ◦ green 193 ◦ blue 18

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

Shades of Sunflower #DCC112

Tints of Sunflower #DCC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.78%

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

R = 51.04%
G = 44.78%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCC112 (or 0xDCC112) is known color: Sunflower. HEX triplet: DC, C1 and 12. RGB value is (220,193,18). Sum of RGB (Red+Green+Blue) = 220+193+18=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC112 is #233EED. Grayscale: #B5B5B5. Windows color (decimal): -2309870 or 1229276. OLE color: 1229276.

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

Color convert

RGB 220 193 18 -
CMYK 0 0.12 0.92 0.14
HSL 51.98º 0.85% 0.47% -
HSV(B) 51.98º 0.92% 0.86% -
XYZ 48.69 53.4 8.31 -
YUV 181.12 35.95 155.73 -
System Red Green Blue C M Y K H S L
Decimal 220 193 18 0 0.12 0.92 0.14 51.98 0.85 0.47
Hex DC C1 12 0 C 5C E 34 55 2F
Octal 334 301 22 0 14 134 16 64 125 57
Binary 11011100 11000001 10010 0 1100 1011100 1110 110100 1010101 101111

Color Harmonies of #DCC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC112

Black with #DCC112

Text Example


Text Example

White with #DCC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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