Html Css Color HEX #DDB15F Equator

📋 copy color: '#DDB15F'

red 221 ◦ green 177 ◦ blue 95

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

Shades of Equator #DDB15F

Tints of Equator #DDB15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 44.83%
G = 35.9%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDB15F (or 0xDDB15F) is known color: Equator. HEX triplet: DD, B1 and 5F. RGB value is (221,177,95). Sum of RGB (Red+Green+Blue) = 221+177+95=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB15F is #224EA0. Grayscale: #B5B5B5. Windows color (decimal): -2248353 or 6271453. OLE color: 6271453.

HSL color Cylindrical-coordinate representation of color #DDB15F: hue angle of 39.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB15F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 95 -
CMYK 0 0.20 0.57 0.13
HSL 39.05º 0.65% 0.62% -
HSV(B) 39.05º 0.57% 0.87% -
XYZ 47.61 47.64 17.51 -
YUV 180.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 221 177 95 0 0.20 0.57 0.13 39.05 0.65 0.62
Hex DD B1 5F 0 14 39 D 27 41 3E
Octal 335 261 137 0 24 71 15 47 101 76
Binary 11011101 10110001 1011111 0 10100 111001 1101 100111 1000001 111110

Color Harmonies of #DDB15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB15F

Black with #DDB15F

Text Example


Text Example

White with #DDB15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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