Html Css Color HEX #D6B15C Equator

📋 copy color: '#D6B15C'

red 214 ◦ green 177 ◦ blue 92

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

Shades of Equator #D6B15C

Tints of Equator #D6B15C

RGB

 RED value IS 214 (83.98% from 255) = 44.31%

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

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

R = 44.31%
G = 36.65%
B = 19.05%

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

#D6B15C (or 0xD6B15C) is known color: Equator. HEX triplet: D6, B1 and 5C. RGB value is (214,177,92). Sum of RGB (Red+Green+Blue) = 214+177+92=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B15C is #294EA3. Grayscale: #B2B2B2. Windows color (decimal): -2707108 or 6074838. OLE color: 6074838.

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

Color convert

RGB 214 177 92 -
CMYK 0 0.17 0.57 0.16
HSL 41.8º 0.6% 0.6% -
HSV(B) 41.8º 0.57% 0.84% -
XYZ 45.39 46.51 16.71 -
YUV 178.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 214 177 92 0 0.17 0.57 0.16 41.8 0.6 0.6
Hex D6 B1 5C 0 11 39 10 2A 3C 3C
Octal 326 261 134 0 21 71 20 52 74 74
Binary 11010110 10110001 1011100 0 10001 111001 10000 101010 111100 111100

Color Harmonies of #D6B15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B15C

Black with #D6B15C

Text Example


Text Example

White with #D6B15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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