Html Css Color HEX #DDC324 Sunflower

📋 copy color: '#DDC324'

red 221 ◦ green 195 ◦ blue 36

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

Shades of Sunflower #DDC324

Tints of Sunflower #DDC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.96%

R = 48.89%
G = 43.14%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDC324 (or 0xDDC324) is known color: Sunflower. HEX triplet: DD, C3 and 24. RGB value is (221,195,36). Sum of RGB (Red+Green+Blue) = 221+195+36=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC324 is #223CDB. Grayscale: #B9B9B9. Windows color (decimal): -2243804 or 2409437. OLE color: 2409437.

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

Color convert

RGB 221 195 36 -
CMYK 0 0.12 0.84 0.13
HSL 51.57º 0.73% 0.5% -
HSV(B) 51.57º 0.84% 0.87% -
XYZ 49.65 54.53 9.58 -
YUV 184.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 221 195 36 0 0.12 0.84 0.13 51.57 0.73 0.5
Hex DD C3 24 0 C 54 D 34 49 32
Octal 335 303 44 0 14 124 15 64 111 62
Binary 11011101 11000011 100100 0 1100 1010100 1101 110100 1001001 110010

Color Harmonies of #DDC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC324

Black with #DDC324

Text Example


Text Example

White with #DDC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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