Html Css Color HEX #DDC417 Sunflower

📋 copy color: '#DDC417'

red 221 ◦ green 196 ◦ blue 23

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

Shades of Sunflower #DDC417

Tints of Sunflower #DDC417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.23%

R = 50.23%
G = 44.55%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDC417 (or 0xDDC417) is known color: Sunflower. HEX triplet: DD, C4 and 17. RGB value is (221,196,23). Sum of RGB (Red+Green+Blue) = 221+196+23=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC417 is #223BE8. Grayscale: #B8B8B8. Windows color (decimal): -2243561 or 1557725. OLE color: 1557725.

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

Color convert

RGB 221 196 23 -
CMYK 0 0.11 0.90 0.13
HSL 52.42º 0.81% 0.48% -
HSV(B) 52.42º 0.9% 0.87% -
XYZ 49.71 54.91 8.79 -
YUV 183.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 221 196 23 0 0.11 0.90 0.13 52.42 0.81 0.48
Hex DD C4 17 0 B 5A D 34 51 30
Octal 335 304 27 0 13 132 15 64 121 60
Binary 11011101 11000100 10111 0 1011 1011010 1101 110100 1010001 110000

Color Harmonies of #DDC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC417

Black with #DDC417

Text Example


Text Example

White with #DDC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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