Html Css Color HEX #DCC720 Sunflower

📋 copy color: '#DCC720'

red 220 ◦ green 199 ◦ blue 32

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

Shades of Sunflower #DCC720

Tints of Sunflower #DCC720

RGB

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

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

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

R = 48.78%
G = 44.12%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC720 (or 0xDCC720) is known color: Sunflower. HEX triplet: DC, C7 and 20. RGB value is (220,199,32). Sum of RGB (Red+Green+Blue) = 220+199+32=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC720 is #2338DF. Grayscale: #BABABA. Windows color (decimal): -2308320 or 2148316. OLE color: 2148316.

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

Color convert

RGB 220 199 32 -
CMYK 0 0.10 0.85 0.14
HSL 53.3º 0.75% 0.49% -
HSV(B) 53.3º 0.85% 0.86% -
XYZ 50.2 56.17 9.56 -
YUV 186.24 40.96 152.08 -
System Red Green Blue C M Y K H S L
Decimal 220 199 32 0 0.10 0.85 0.14 53.3 0.75 0.49
Hex DC C7 20 0 A 55 E 35 4B 31
Octal 334 307 40 0 12 125 16 65 113 61
Binary 11011100 11000111 100000 0 1010 1010101 1110 110101 1001011 110001

Color Harmonies of #DCC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC720

Black with #DCC720

Text Example


Text Example

White with #DCC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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