Html Css Color HEX #DDC325 Sunflower

📋 copy color: '#DDC325'

red 221 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DDC325

Tints of Sunflower #DDC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

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

R = 48.79%
G = 43.05%
B = 8.17%

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

#DDC325 (or 0xDDC325) is known color: Sunflower. HEX triplet: DD, C3 and 25. RGB value is (221,195,37). Sum of RGB (Red+Green+Blue) = 221+195+37=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC325 is #223CDA. Grayscale: #B9B9B9. Windows color (decimal): -2243803 or 2474973. OLE color: 2474973.

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

Color convert

RGB 221 195 37 -
CMYK 0 0.12 0.83 0.13
HSL 51.52º 0.73% 0.51% -
HSV(B) 51.52º 0.83% 0.87% -
XYZ 49.67 54.54 9.66 -
YUV 184.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 221 195 37 0 0.12 0.83 0.13 51.52 0.73 0.51
Hex DD C3 25 0 C 53 D 34 49 33
Octal 335 303 45 0 14 123 15 64 111 63
Binary 11011101 11000011 100101 0 1100 1010011 1101 110100 1001001 110011

Color Harmonies of #DDC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC325

Black with #DDC325

Text Example


Text Example

White with #DDC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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