Html Css Color HEX #D5B15C Equator

📋 copy color: '#D5B15C'

red 213 ◦ green 177 ◦ blue 92

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

Shades of Equator #D5B15C

Tints of Equator #D5B15C

RGB

 RED value IS 213 (83.59% from 255) = 44.19%

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

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 44.19%
G = 36.72%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5B15C (or 0xD5B15C) is known color: Equator. HEX triplet: D5, B1 and 5C. RGB value is (213,177,92). Sum of RGB (Red+Green+Blue) = 213+177+92=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B15C is #2A4EA3. Grayscale: #B2B2B2. Windows color (decimal): -2772644 or 6074837. OLE color: 6074837.

HSL color Cylindrical-coordinate representation of color #D5B15C: hue angle of 42.15º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5B15C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 92 -
CMYK 0 0.17 0.57 0.16
HSL 42.15º 0.59% 0.6% -
HSV(B) 42.15º 0.57% 0.84% -
XYZ 45.09 46.36 16.7 -
YUV 178.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 213 177 92 0 0.17 0.57 0.16 42.15 0.59 0.6
Hex D5 B1 5C 0 11 39 10 2A 3B 3C
Octal 325 261 134 0 21 71 20 52 73 74
Binary 11010101 10110001 1011100 0 10001 111001 10000 101010 111011 111100

Color Harmonies of #D5B15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B15C

Black with #D5B15C

Text Example


Text Example

White with #D5B15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B15C; }

 p { color: rgb(213,177,92); }

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

background-color css

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

 a { background-color: rgb(213,177,92); }

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

border-color css

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

 span { border-color: rgb(213,177,92); }

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