Html Css Color HEX #DCC420 Sunflower

📋 copy color: '#DCC420'

red 220 ◦ green 196 ◦ blue 32

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

Shades of Sunflower #DCC420

Tints of Sunflower #DCC420

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

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

R = 49.11%
G = 43.75%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC420 (or 0xDCC420) is known color: Sunflower. HEX triplet: DC, C4 and 20. RGB value is (220,196,32). Sum of RGB (Red+Green+Blue) = 220+196+32=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC420 is #233BDF. Grayscale: #B9B9B9. Windows color (decimal): -2309088 or 2147548. OLE color: 2147548.

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

Color convert

RGB 220 196 32 -
CMYK 0 0.11 0.85 0.14
HSL 52.34º 0.75% 0.49% -
HSV(B) 52.34º 0.85% 0.86% -
XYZ 49.52 54.8 9.33 -
YUV 184.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 220 196 32 0 0.11 0.85 0.14 52.34 0.75 0.49
Hex DC C4 20 0 B 55 E 34 4B 31
Octal 334 304 40 0 13 125 16 64 113 61
Binary 11011100 11000100 100000 0 1011 1010101 1110 110100 1001011 110001

Color Harmonies of #DCC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC420

Black with #DCC420

Text Example


Text Example

White with #DCC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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