Html Css Color HEX #DDC525 Sunflower

📋 copy color: '#DDC525'

red 221 ◦ green 197 ◦ blue 37

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

Shades of Sunflower #DDC525

Tints of Sunflower #DDC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.13%

R = 48.57%
G = 43.3%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC525 (or 0xDDC525) is known color: Sunflower. HEX triplet: DD, C5 and 25. RGB value is (221,197,37). Sum of RGB (Red+Green+Blue) = 221+197+37=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC525 is #223ADA. Grayscale: #BABABA. Windows color (decimal): -2243291 or 2475485. OLE color: 2475485.

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

Color convert

RGB 221 197 37 -
CMYK 0 0.11 0.83 0.13
HSL 52.17º 0.73% 0.51% -
HSV(B) 52.17º 0.83% 0.87% -
XYZ 50.12 55.44 9.81 -
YUV 185.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 221 197 37 0 0.11 0.83 0.13 52.17 0.73 0.51
Hex DD C5 25 0 B 53 D 34 49 33
Octal 335 305 45 0 13 123 15 64 111 63
Binary 11011101 11000101 100101 0 1011 1010011 1101 110100 1001001 110011

Color Harmonies of #DDC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC525

Black with #DDC525

Text Example


Text Example

White with #DDC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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