Html Css Color HEX #DDB15B Equator

📋 copy color: '#DDB15B'

red 221 ◦ green 177 ◦ blue 91

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

Shades of Equator #DDB15B

Tints of Equator #DDB15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

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

R = 45.19%
G = 36.2%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB15B (or 0xDDB15B) is known color: Equator. HEX triplet: DD, B1 and 5B. RGB value is (221,177,91). Sum of RGB (Red+Green+Blue) = 221+177+91=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB15B is #224EA4. Grayscale: #B4B4B4. Windows color (decimal): -2248357 or 6009309. OLE color: 6009309.

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

Color convert

RGB 221 177 91 -
CMYK 0 0.20 0.59 0.13
HSL 39.69º 0.66% 0.61% -
HSV(B) 39.69º 0.59% 0.87% -
XYZ 47.43 47.57 16.58 -
YUV 180.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 221 177 91 0 0.20 0.59 0.13 39.69 0.66 0.61
Hex DD B1 5B 0 14 3B D 28 42 3D
Octal 335 261 133 0 24 73 15 50 102 75
Binary 11011101 10110001 1011011 0 10100 111011 1101 101000 1000010 111101

Color Harmonies of #DDB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB15B

Black with #DDB15B

Text Example


Text Example

White with #DDB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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