Html Css Color HEX #DDB921 Sunflower

📋 copy color: '#DDB921'

red 221 ◦ green 185 ◦ blue 33

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

Shades of Sunflower #DDB921

Tints of Sunflower #DDB921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

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

R = 50.34%
G = 42.14%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDB921 (or 0xDDB921) is known color: Sunflower. HEX triplet: DD, B9 and 21. RGB value is (221,185,33). Sum of RGB (Red+Green+Blue) = 221+185+33=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB921 is #2246DE. Grayscale: #B3B3B3. Windows color (decimal): -2246367 or 2210269. OLE color: 2210269.

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

Color convert

RGB 221 185 33 -
CMYK 0 0.16 0.85 0.13
HSL 48.51º 0.74% 0.5% -
HSV(B) 48.51º 0.85% 0.87% -
XYZ 47.44 50.18 8.62 -
YUV 178.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 221 185 33 0 0.16 0.85 0.13 48.51 0.74 0.5
Hex DD B9 21 0 10 55 D 31 4A 32
Octal 335 271 41 0 20 125 15 61 112 62
Binary 11011101 10111001 100001 0 10000 1010101 1101 110001 1001010 110010

Color Harmonies of #DDB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB921

Black with #DDB921

Text Example


Text Example

White with #DDB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB921; }

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

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

background-color css

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

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

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

border-color css

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

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

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