Html Css Color HEX #DDC527 Sunflower

📋 copy color: '#DDC527'

red 221 ◦ green 197 ◦ blue 39

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

Shades of Sunflower #DDC527

Tints of Sunflower #DDC527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.53%

R = 48.36%
G = 43.11%
B = 8.53%

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

#DDC527 (or 0xDDC527) is known color: Sunflower. HEX triplet: DD, C5 and 27. RGB value is (221,197,39). Sum of RGB (Red+Green+Blue) = 221+197+39=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC527 is #223AD8. Grayscale: #BABABA. Windows color (decimal): -2243289 or 2606557. OLE color: 2606557.

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

Color convert

RGB 221 197 39 -
CMYK 0 0.11 0.82 0.13
HSL 52.09º 0.73% 0.51% -
HSV(B) 52.09º 0.82% 0.87% -
XYZ 50.15 55.45 9.98 -
YUV 186.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 221 197 39 0 0.11 0.82 0.13 52.09 0.73 0.51
Hex DD C5 27 0 B 52 D 34 49 33
Octal 335 305 47 0 13 122 15 64 111 63
Binary 11011101 11000101 100111 0 1011 1010010 1101 110100 1001001 110011

Color Harmonies of #DDC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC527

Black with #DDC527

Text Example


Text Example

White with #DDC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC527; }

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

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

background-color css

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

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

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

border-color css

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

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

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