Html Css Color HEX #DDC225 Sunflower

📋 copy color: '#DDC225'

red 221 ◦ green 194 ◦ blue 37

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

Shades of Sunflower #DDC225

Tints of Sunflower #DDC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.92%

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

R = 48.89%
G = 42.92%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDC225 (or 0xDDC225) is known color: Sunflower. HEX triplet: DD, C2 and 25. RGB value is (221,194,37). Sum of RGB (Red+Green+Blue) = 221+194+37=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC225 is #223DDA. Grayscale: #B8B8B8. Windows color (decimal): -2244059 or 2474717. OLE color: 2474717.

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

Color convert

RGB 221 194 37 -
CMYK 0 0.12 0.83 0.13
HSL 51.2º 0.73% 0.51% -
HSV(B) 51.2º 0.83% 0.87% -
XYZ 49.44 54.09 9.58 -
YUV 184.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 221 194 37 0 0.12 0.83 0.13 51.2 0.73 0.51
Hex DD C2 25 0 C 53 D 33 49 33
Octal 335 302 45 0 14 123 15 63 111 63
Binary 11011101 11000010 100101 0 1100 1010011 1101 110011 1001001 110011

Color Harmonies of #DDC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC225

Black with #DDC225

Text Example


Text Example

White with #DDC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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