Html Css Color HEX #DDB920 Sunflower

📋 copy color: '#DDB920'

red 221 ◦ green 185 ◦ blue 32

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

Shades of Sunflower #DDB920

Tints of Sunflower #DDB920

RGB

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

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

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

R = 50.46%
G = 42.24%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB920 (or 0xDDB920) is known color: Sunflower. HEX triplet: DD, B9 and 20. RGB value is (221,185,32). Sum of RGB (Red+Green+Blue) = 221+185+32=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB920 is #2246DF. Grayscale: #B2B2B2. Windows color (decimal): -2246368 or 2144733. OLE color: 2144733.

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

Color convert

RGB 221 185 32 -
CMYK 0 0.16 0.86 0.13
HSL 48.57º 0.75% 0.5% -
HSV(B) 48.57º 0.86% 0.87% -
XYZ 47.43 50.17 8.55 -
YUV 178.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 221 185 32 0 0.16 0.86 0.13 48.57 0.75 0.5
Hex DD B9 20 0 10 56 D 31 4B 32
Octal 335 271 40 0 20 126 15 61 113 62
Binary 11011101 10111001 100000 0 10000 1010110 1101 110001 1001011 110010

Color Harmonies of #DDB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB920

Black with #DDB920

Text Example


Text Example

White with #DDB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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