Html Css Color HEX #DCC721 Sunflower

📋 copy color: '#DCC721'

red 220 ◦ green 199 ◦ blue 33

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

Shades of Sunflower #DCC721

Tints of Sunflower #DCC721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.3%

R = 48.67%
G = 44.03%
B = 7.3%

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

#DCC721 (or 0xDCC721) is known color: Sunflower. HEX triplet: DC, C7 and 21. RGB value is (220,199,33). Sum of RGB (Red+Green+Blue) = 220+199+33=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC721 is #2338DE. Grayscale: #BBBBBB. Windows color (decimal): -2308319 or 2213852. OLE color: 2213852.

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

Color convert

RGB 220 199 33 -
CMYK 0 0.10 0.85 0.14
HSL 53.26º 0.74% 0.5% -
HSV(B) 53.26º 0.85% 0.86% -
XYZ 50.21 56.17 9.63 -
YUV 186.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 220 199 33 0 0.10 0.85 0.14 53.26 0.74 0.5
Hex DC C7 21 0 A 55 E 35 4A 32
Octal 334 307 41 0 12 125 16 65 112 62
Binary 11011100 11000111 100001 0 1010 1010101 1110 110101 1001010 110010

Color Harmonies of #DCC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC721

Black with #DCC721

Text Example


Text Example

White with #DCC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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