Html Css Color HEX #DCC220 Sunflower

📋 copy color: '#DCC220'

red 220 ◦ green 194 ◦ blue 32

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

Shades of Sunflower #DCC220

Tints of Sunflower #DCC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 32 (12.89% from 255) = 7.17%

R = 49.33%
G = 43.5%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC220 (or 0xDCC220) is known color: Sunflower. HEX triplet: DC, C2 and 20. RGB value is (220,194,32). Sum of RGB (Red+Green+Blue) = 220+194+32=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC220 is #233DDF. Grayscale: #B7B7B7. Windows color (decimal): -2309600 or 2147036. OLE color: 2147036.

HSL color Cylindrical-coordinate representation of color #DCC220: hue angle of 51.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCC220 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 32 -
CMYK 0 0.12 0.85 0.14
HSL 51.7º 0.75% 0.49% -
HSV(B) 51.7º 0.85% 0.86% -
XYZ 49.07 53.9 9.18 -
YUV 183.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 220 194 32 0 0.12 0.85 0.14 51.7 0.75 0.49
Hex DC C2 20 0 C 55 E 34 4B 31
Octal 334 302 40 0 14 125 16 64 113 61
Binary 11011100 11000010 100000 0 1100 1010101 1110 110100 1001011 110001

Color Harmonies of #DCC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC220

Black with #DCC220

Text Example


Text Example

White with #DCC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC220; }

 p { color: rgb(220,194,32); }

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

background-color css

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

 a { background-color: rgb(220,194,32); }

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

border-color css

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

 span { border-color: rgb(220,194,32); }

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