Html Css Color HEX #DDC718 Sunflower

📋 copy color: '#DDC718'

red 221 ◦ green 199 ◦ blue 24

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

Shades of Sunflower #DDC718

Tints of Sunflower #DDC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 24 (9.77% from 255) = 5.41%

R = 49.77%
G = 44.82%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDC718 (or 0xDDC718) is known color: Sunflower. HEX triplet: DD, C7 and 18. RGB value is (221,199,24). Sum of RGB (Red+Green+Blue) = 221+199+24=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC718 is #2238E7. Grayscale: #BABABA. Windows color (decimal): -2242792 or 1624029. OLE color: 1624029.

HSL color Cylindrical-coordinate representation of color #DDC718: hue angle of 53.3º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDC718 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 24 -
CMYK 0 0.10 0.89 0.13
HSL 53.3º 0.8% 0.48% -
HSV(B) 53.3º 0.89% 0.87% -
XYZ 50.41 56.28 9.07 -
YUV 185.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 221 199 24 0 0.10 0.89 0.13 53.3 0.8 0.48
Hex DD C7 18 0 A 59 D 35 50 30
Octal 335 307 30 0 12 131 15 65 120 60
Binary 11011101 11000111 11000 0 1010 1011001 1101 110101 1010000 110000

Color Harmonies of #DDC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC718

Black with #DDC718

Text Example


Text Example

White with #DDC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC718; }

 p { color: rgb(221,199,24); }

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

background-color css

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

 a { background-color: rgb(221,199,24); }

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

border-color css

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

 span { border-color: rgb(221,199,24); }

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