Html Css Color HEX #DDBD20 Sunflower

📋 copy color: '#DDBD20'

red 221 ◦ green 189 ◦ blue 32

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

Shades of Sunflower #DDBD20

Tints of Sunflower #DDBD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.24%

R = 50%
G = 42.76%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDBD20 (or 0xDDBD20) is known color: Sunflower. HEX triplet: DD, BD and 20. RGB value is (221,189,32). Sum of RGB (Red+Green+Blue) = 221+189+32=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD20 is #2242DF. Grayscale: #B5B5B5. Windows color (decimal): -2245344 or 2145757. OLE color: 2145757.

HSL color Cylindrical-coordinate representation of color #DDBD20: hue angle of 49.84º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBD20 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 32 -
CMYK 0 0.14 0.86 0.13
HSL 49.84º 0.75% 0.5% -
HSV(B) 49.84º 0.86% 0.87% -
XYZ 48.28 51.87 8.83 -
YUV 180.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 221 189 32 0 0.14 0.86 0.13 49.84 0.75 0.5
Hex DD BD 20 0 E 56 D 32 4B 32
Octal 335 275 40 0 16 126 15 62 113 62
Binary 11011101 10111101 100000 0 1110 1010110 1101 110010 1001011 110010

Color Harmonies of #DDBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD20

Black with #DDBD20

Text Example


Text Example

White with #DDBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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