Html Css Color HEX #DDC218 Sunflower

📋 copy color: '#DDC218'

red 221 ◦ green 194 ◦ blue 24

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

Shades of Sunflower #DDC218

Tints of Sunflower #DDC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 50.34%
G = 44.19%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDC218 (or 0xDDC218) is known color: Sunflower. HEX triplet: DD, C2 and 18. RGB value is (221,194,24). Sum of RGB (Red+Green+Blue) = 221+194+24=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 24 (9.77% from 255 or 5.47% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC218 is #223DE7. Grayscale: #B7B7B7. Windows color (decimal): -2244072 or 1622749. OLE color: 1622749.

HSL color Cylindrical-coordinate representation of color #DDC218: hue angle of 51.78º 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 #DDC218 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 24 -
CMYK 0 0.12 0.89 0.13
HSL 51.78º 0.8% 0.48% -
HSV(B) 51.78º 0.89% 0.87% -
XYZ 49.28 54.02 8.69 -
YUV 182.69 38.45 155.32 -
System Red Green Blue C M Y K H S L
Decimal 221 194 24 0 0.12 0.89 0.13 51.78 0.8 0.48
Hex DD C2 18 0 C 59 D 34 50 30
Octal 335 302 30 0 14 131 15 64 120 60
Binary 11011101 11000010 11000 0 1100 1011001 1101 110100 1010000 110000

Color Harmonies of #DDC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC218

Black with #DDC218

Text Example


Text Example

White with #DDC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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