Html Css Color HEX #DDCD18 Sunflower

📋 copy color: '#DDCD18'

red 221 ◦ green 205 ◦ blue 24

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

Shades of Sunflower #DDCD18

Tints of Sunflower #DDCD18

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

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

R = 49.11%
G = 45.56%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDCD18 (or 0xDDCD18) is known color: Sunflower. HEX triplet: DD, CD and 18. RGB value is (221,205,24). Sum of RGB (Red+Green+Blue) = 221+205+24=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD18 is #2232E7. Grayscale: #BDBDBD. Windows color (decimal): -2241256 or 1625565. OLE color: 1625565.

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

Color convert

RGB 221 205 24 -
CMYK 0 0.07 0.89 0.13
HSL 55.13º 0.8% 0.48% -
HSV(B) 55.13º 0.89% 0.87% -
XYZ 51.81 59.1 9.54 -
YUV 189.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 221 205 24 0 0.07 0.89 0.13 55.13 0.8 0.48
Hex DD CD 18 0 7 59 D 37 50 30
Octal 335 315 30 0 7 131 15 67 120 60
Binary 11011101 11001101 11000 0 111 1011001 1101 110111 1010000 110000

Color Harmonies of #DDCD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD18

Black with #DDCD18

Text Example


Text Example

White with #DDCD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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