Html Css Color HEX #DDBD18 Sunflower

📋 copy color: '#DDBD18'

red 221 ◦ green 189 ◦ blue 24

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

Shades of Sunflower #DDBD18

Tints of Sunflower #DDBD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

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

R = 50.92%
G = 43.55%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDBD18 (or 0xDDBD18) is known color: Sunflower. HEX triplet: DD, BD and 18. RGB value is (221,189,24). Sum of RGB (Red+Green+Blue) = 221+189+24=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD18 is #2242E7. Grayscale: #B4B4B4. Windows color (decimal): -2245352 or 1621469. OLE color: 1621469.

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

Color convert

RGB 221 189 24 -
CMYK 0 0.14 0.89 0.13
HSL 50.25º 0.8% 0.48% -
HSV(B) 50.25º 0.89% 0.87% -
XYZ 48.18 51.83 8.33 -
YUV 179.76 40.1 157.42 -
System Red Green Blue C M Y K H S L
Decimal 221 189 24 0 0.14 0.89 0.13 50.25 0.8 0.48
Hex DD BD 18 0 E 59 D 32 50 30
Octal 335 275 30 0 16 131 15 62 120 60
Binary 11011101 10111101 11000 0 1110 1011001 1101 110010 1010000 110000

Color Harmonies of #DDBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD18

Black with #DDBD18

Text Example


Text Example

White with #DDBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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