Html Css Color HEX #DDC413 Sunflower

📋 copy color: '#DDC413'

red 221 ◦ green 196 ◦ blue 19

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

Shades of Sunflower #DDC413

Tints of Sunflower #DDC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.36%

R = 50.69%
G = 44.95%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDC413 (or 0xDDC413) is known color: Sunflower. HEX triplet: DD, C4 and 13. RGB value is (221,196,19). Sum of RGB (Red+Green+Blue) = 221+196+19=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC413 is #223BEC. Grayscale: #B8B8B8. Windows color (decimal): -2243565 or 1295581. OLE color: 1295581.

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

Color convert

RGB 221 196 19 -
CMYK 0 0.11 0.91 0.13
HSL 52.57º 0.84% 0.47% -
HSV(B) 52.57º 0.91% 0.87% -
XYZ 49.68 54.9 8.59 -
YUV 183.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 221 196 19 0 0.11 0.91 0.13 52.57 0.84 0.47
Hex DD C4 13 0 B 5B D 35 54 2F
Octal 335 304 23 0 13 133 15 65 124 57
Binary 11011101 11000100 10011 0 1011 1011011 1101 110101 1010100 101111

Color Harmonies of #DDC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC413

Black with #DDC413

Text Example


Text Example

White with #DDC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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