Html Css Color HEX #DDB95B Equator

📋 copy color: '#DDB95B'

red 221 ◦ green 185 ◦ blue 91

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

Shades of Equator #DDB95B

Tints of Equator #DDB95B

RGB

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

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

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

R = 44.47%
G = 37.22%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB95B (or 0xDDB95B) is known color: Equator. HEX triplet: DD, B9 and 5B. RGB value is (221,185,91). Sum of RGB (Red+Green+Blue) = 221+185+91=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB95B is #2246A4. Grayscale: #B9B9B9. Windows color (decimal): -2246309 or 6011357. OLE color: 6011357.

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

Color convert

RGB 221 185 91 -
CMYK 0 0.16 0.59 0.13
HSL 43.38º 0.66% 0.61% -
HSV(B) 43.38º 0.59% 0.87% -
XYZ 49.06 50.83 17.12 -
YUV 185.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 221 185 91 0 0.16 0.59 0.13 43.38 0.66 0.61
Hex DD B9 5B 0 10 3B D 2B 42 3D
Octal 335 271 133 0 20 73 15 53 102 75
Binary 11011101 10111001 1011011 0 10000 111011 1101 101011 1000010 111101

Color Harmonies of #DDB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB95B

Black with #DDB95B

Text Example


Text Example

White with #DDB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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