Html Css Color HEX #DCC522 Sunflower

📋 copy color: '#DCC522'

red 220 ◦ green 197 ◦ blue 34

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

Shades of Sunflower #DCC522

Tints of Sunflower #DCC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 48.78%
G = 43.68%
B = 7.54%

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

#DCC522 (or 0xDCC522) is known color: Sunflower. HEX triplet: DC, C5 and 22. RGB value is (220,197,34). Sum of RGB (Red+Green+Blue) = 220+197+34=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC522 is #233ADD. Grayscale: #B9B9B9. Windows color (decimal): -2308830 or 2278876. OLE color: 2278876.

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

Color convert

RGB 220 197 34 -
CMYK 0 0.10 0.85 0.14
HSL 52.58º 0.73% 0.5% -
HSV(B) 52.58º 0.85% 0.86% -
XYZ 49.77 55.26 9.56 -
YUV 185.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 220 197 34 0 0.10 0.85 0.14 52.58 0.73 0.5
Hex DC C5 22 0 A 55 E 35 49 32
Octal 334 305 42 0 12 125 16 65 111 62
Binary 11011100 11000101 100010 0 1010 1010101 1110 110101 1001001 110010

Color Harmonies of #DCC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC522

Black with #DCC522

Text Example


Text Example

White with #DCC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC522; }

 p { color: rgb(220,197,34); }

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

background-color css

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

 a { background-color: rgb(220,197,34); }

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

border-color css

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

 span { border-color: rgb(220,197,34); }

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