Html Css Color HEX #DDC425 Sunflower

📋 copy color: '#DDC425'

red 221 ◦ green 196 ◦ blue 37

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

Shades of Sunflower #DDC425

Tints of Sunflower #DDC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

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

R = 48.68%
G = 43.17%
B = 8.15%

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

#DDC425 (or 0xDDC425) is known color: Sunflower. HEX triplet: DD, C4 and 25. RGB value is (221,196,37). Sum of RGB (Red+Green+Blue) = 221+196+37=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC425 is #223BDA. Grayscale: #BABABA. Windows color (decimal): -2243547 or 2475229. OLE color: 2475229.

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

Color convert

RGB 221 196 37 -
CMYK 0 0.11 0.83 0.13
HSL 51.85º 0.73% 0.51% -
HSV(B) 51.85º 0.83% 0.87% -
XYZ 49.89 54.99 9.73 -
YUV 185.35 44.28 153.43 -
System Red Green Blue C M Y K H S L
Decimal 221 196 37 0 0.11 0.83 0.13 51.85 0.73 0.51
Hex DD C4 25 0 B 53 D 34 49 33
Octal 335 304 45 0 13 123 15 64 111 63
Binary 11011101 11000100 100101 0 1011 1010011 1101 110100 1001001 110011

Color Harmonies of #DDC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC425

Black with #DDC425

Text Example


Text Example

White with #DDC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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