Html Css Color HEX #DDB55B Equator

📋 copy color: '#DDB55B'

red 221 ◦ green 181 ◦ blue 91

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

Shades of Equator #DDB55B

Tints of Equator #DDB55B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

 BLUE value IS 91 (35.94% from 255) = 18.46%

R = 44.83%
G = 36.71%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB55B (or 0xDDB55B) is known color: Equator. HEX triplet: DD, B5 and 5B. RGB value is (221,181,91). Sum of RGB (Red+Green+Blue) = 221+181+91=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55B is #224AA4. Grayscale: #B7B7B7. Windows color (decimal): -2247333 or 6010333. OLE color: 6010333.

HSL color Cylindrical-coordinate representation of color #DDB55B: hue angle of 41.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB55B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 91 -
CMYK 0 0.18 0.59 0.13
HSL 41.54º 0.66% 0.61% -
HSV(B) 41.54º 0.59% 0.87% -
XYZ 48.23 49.18 16.85 -
YUV 182.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 221 181 91 0 0.18 0.59 0.13 41.54 0.66 0.61
Hex DD B5 5B 0 12 3B D 2A 42 3D
Octal 335 265 133 0 22 73 15 52 102 75
Binary 11011101 10110101 1011011 0 10010 111011 1101 101010 1000010 111101

Color Harmonies of #DDB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB55B

Black with #DDB55B

Text Example


Text Example

White with #DDB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB55B; }

 p { color: rgb(221,181,91); }

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

background-color css

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

 a { background-color: rgb(221,181,91); }

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

border-color css

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

 span { border-color: rgb(221,181,91); }

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