Html Css Color HEX #DDC329 Sunflower

📋 copy color: '#DDC329'

red 221 ◦ green 195 ◦ blue 41

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

Shades of Sunflower #DDC329

Tints of Sunflower #DDC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.97%

R = 48.36%
G = 42.67%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDC329 (or 0xDDC329) is known color: Sunflower. HEX triplet: DD, C3 and 29. RGB value is (221,195,41). Sum of RGB (Red+Green+Blue) = 221+195+41=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC329 is #223CD6. Grayscale: #B9B9B9. Windows color (decimal): -2243799 or 2737117. OLE color: 2737117.

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

Color convert

RGB 221 195 41 -
CMYK 0 0.12 0.81 0.13
HSL 51.33º 0.73% 0.51% -
HSV(B) 51.33º 0.81% 0.87% -
XYZ 49.73 54.56 10.01 -
YUV 185.22 46.61 153.52 -
System Red Green Blue C M Y K H S L
Decimal 221 195 41 0 0.12 0.81 0.13 51.33 0.73 0.51
Hex DD C3 29 0 C 51 D 33 49 33
Octal 335 303 51 0 14 121 15 63 111 63
Binary 11011101 11000011 101001 0 1100 1010001 1101 110011 1001001 110011

Color Harmonies of #DDC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC329

Black with #DDC329

Text Example


Text Example

White with #DDC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC329; }

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

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

background-color css

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

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

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

border-color css

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

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

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