Html Css Color HEX #D7B55C Equator

📋 copy color: '#D7B55C'

red 215 ◦ green 181 ◦ blue 92

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

Shades of Equator #D7B55C

Tints of Equator #D7B55C

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

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

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

R = 44.06%
G = 37.09%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7B55C (or 0xD7B55C) is known color: Equator. HEX triplet: D7, B5 and 5C. RGB value is (215,181,92). Sum of RGB (Red+Green+Blue) = 215+181+92=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B55C is #284AA3. Grayscale: #B5B5B5. Windows color (decimal): -2640548 or 6075863. OLE color: 6075863.

HSL color Cylindrical-coordinate representation of color #D7B55C: hue angle of 43.41º degrees, saturation: 0.61, 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 #D7B55C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 181 92 -
CMYK 0 0.16 0.57 0.16
HSL 43.41º 0.61% 0.6% -
HSV(B) 43.41º 0.57% 0.84% -
XYZ 46.48 48.27 16.99 -
YUV 181.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 215 181 92 0 0.16 0.57 0.16 43.41 0.61 0.6
Hex D7 B5 5C 0 10 39 10 2B 3D 3C
Octal 327 265 134 0 20 71 20 53 75 74
Binary 11010111 10110101 1011100 0 10000 111001 10000 101011 111101 111100

Color Harmonies of #D7B55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B55C

Black with #D7B55C

Text Example


Text Example

White with #D7B55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B55C; }

 p { color: rgb(215,181,92); }

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

background-color css

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

 a { background-color: rgb(215,181,92); }

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

border-color css

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

 span { border-color: rgb(215,181,92); }

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