Html Css Color HEX #DDBD21 Sunflower

📋 copy color: '#DDBD21'

red 221 ◦ green 189 ◦ blue 33

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

Shades of Sunflower #DDBD21

Tints of Sunflower #DDBD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.45%

R = 49.89%
G = 42.66%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDBD21 (or 0xDDBD21) is known color: Sunflower. HEX triplet: DD, BD and 21. RGB value is (221,189,33). Sum of RGB (Red+Green+Blue) = 221+189+33=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD21 is #2242DE. Grayscale: #B5B5B5. Windows color (decimal): -2245343 or 2211293. OLE color: 2211293.

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

Color convert

RGB 221 189 33 -
CMYK 0 0.14 0.85 0.13
HSL 49.79º 0.74% 0.5% -
HSV(B) 49.79º 0.85% 0.87% -
XYZ 48.29 51.88 8.91 -
YUV 180.78 44.6 156.68 -
System Red Green Blue C M Y K H S L
Decimal 221 189 33 0 0.14 0.85 0.13 49.79 0.74 0.5
Hex DD BD 21 0 E 55 D 32 4A 32
Octal 335 275 41 0 16 125 15 62 112 62
Binary 11011101 10111101 100001 0 1110 1010101 1101 110010 1001010 110010

Color Harmonies of #DDBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD21

Black with #DDBD21

Text Example


Text Example

White with #DDBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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