Html Css Color HEX #DDC528 Sunflower

📋 copy color: '#DDC528'

red 221 ◦ green 197 ◦ blue 40

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

Shades of Sunflower #DDC528

Tints of Sunflower #DDC528

RGB

 RED value IS 221 (86.72% from 255) = 48.25%

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

 BLUE value IS 40 (16.02% from 255) = 8.73%

R = 48.25%
G = 43.01%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDC528 (or 0xDDC528) is known color: Sunflower. HEX triplet: DD, C5 and 28. RGB value is (221,197,40). Sum of RGB (Red+Green+Blue) = 221+197+40=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC528 is #223AD7. Grayscale: #BABABA. Windows color (decimal): -2243288 or 2672093. OLE color: 2672093.

HSL color Cylindrical-coordinate representation of color #DDC528: hue angle of 52.04º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDC528 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 40 -
CMYK 0 0.11 0.82 0.13
HSL 52.04º 0.73% 0.51% -
HSV(B) 52.04º 0.82% 0.87% -
XYZ 50.17 55.46 10.07 -
YUV 186.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 221 197 40 0 0.11 0.82 0.13 52.04 0.73 0.51
Hex DD C5 28 0 B 52 D 34 49 33
Octal 335 305 50 0 13 122 15 64 111 63
Binary 11011101 11000101 101000 0 1011 1010010 1101 110100 1001001 110011

Color Harmonies of #DDC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC528

Black with #DDC528

Text Example


Text Example

White with #DDC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC528; }

 p { color: rgb(221,197,40); }

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

background-color css

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

 a { background-color: rgb(221,197,40); }

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

border-color css

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

 span { border-color: rgb(221,197,40); }

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