Html Css Color HEX #DCC320 Sunflower

📋 copy color: '#DCC320'

red 220 ◦ green 195 ◦ blue 32

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

Shades of Sunflower #DCC320

Tints of Sunflower #DCC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

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

R = 49.22%
G = 43.62%
B = 7.16%

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

#DCC320 (or 0xDCC320) is known color: Sunflower. HEX triplet: DC, C3 and 20. RGB value is (220,195,32). Sum of RGB (Red+Green+Blue) = 220+195+32=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC320 is #233CDF. Grayscale: #B8B8B8. Windows color (decimal): -2309344 or 2147292. OLE color: 2147292.

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

Color convert

RGB 220 195 32 -
CMYK 0 0.11 0.85 0.14
HSL 52.02º 0.75% 0.49% -
HSV(B) 52.02º 0.85% 0.86% -
XYZ 49.29 54.35 9.26 -
YUV 183.89 42.28 153.75 -
System Red Green Blue C M Y K H S L
Decimal 220 195 32 0 0.11 0.85 0.14 52.02 0.75 0.49
Hex DC C3 20 0 B 55 E 34 4B 31
Octal 334 303 40 0 13 125 16 64 113 61
Binary 11011100 11000011 100000 0 1011 1010101 1110 110100 1001011 110001

Color Harmonies of #DCC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC320

Black with #DCC320

Text Example


Text Example

White with #DCC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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