Html Css Color HEX #DCC524 Sunflower

📋 copy color: '#DCC524'

red 220 ◦ green 197 ◦ blue 36

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

Shades of Sunflower #DCC524

Tints of Sunflower #DCC524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 48.57%
G = 43.49%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCC524 (or 0xDCC524) is known color: Sunflower. HEX triplet: DC, C5 and 24. RGB value is (220,197,36). Sum of RGB (Red+Green+Blue) = 220+197+36=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC524 is #233ADB. Grayscale: #BABABA. Windows color (decimal): -2308828 or 2409948. OLE color: 2409948.

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

Color convert

RGB 220 197 36 -
CMYK 0 0.10 0.84 0.14
HSL 52.5º 0.72% 0.5% -
HSV(B) 52.5º 0.84% 0.86% -
XYZ 49.8 55.28 9.71 -
YUV 185.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 220 197 36 0 0.10 0.84 0.14 52.5 0.72 0.5
Hex DC C5 24 0 A 54 E 34 48 32
Octal 334 305 44 0 12 124 16 64 110 62
Binary 11011100 11000101 100100 0 1010 1010100 1110 110100 1001000 110010

Color Harmonies of #DCC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC524

Black with #DCC524

Text Example


Text Example

White with #DCC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC524; }

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

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

background-color css

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

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

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

border-color css

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

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

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