Html Css Color HEX #DDC41D Sunflower

📋 copy color: '#DDC41D'

red 221 ◦ green 196 ◦ blue 29

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

Shades of Sunflower #DDC41D

Tints of Sunflower #DDC41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.5%

R = 49.55%
G = 43.95%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDC41D (or 0xDDC41D) is known color: Sunflower. HEX triplet: DD, C4 and 1D. RGB value is (221,196,29). Sum of RGB (Red+Green+Blue) = 221+196+29=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC41D is #223BE2. Grayscale: #B9B9B9. Windows color (decimal): -2243555 or 1950941. OLE color: 1950941.

HSL color Cylindrical-coordinate representation of color #DDC41D: hue angle of 52.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC41D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 29 -
CMYK 0 0.11 0.87 0.13
HSL 52.19º 0.77% 0.49% -
HSV(B) 52.19º 0.87% 0.87% -
XYZ 49.78 54.94 9.14 -
YUV 184.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 221 196 29 0 0.11 0.87 0.13 52.19 0.77 0.49
Hex DD C4 1D 0 B 57 D 34 4D 31
Octal 335 304 35 0 13 127 15 64 115 61
Binary 11011101 11000100 11101 0 1011 1010111 1101 110100 1001101 110001

Color Harmonies of #DDC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC41D

Black with #DDC41D

Text Example


Text Example

White with #DDC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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