Html Css Color HEX #D6B05C Equator

📋 copy color: '#D6B05C'

red 214 ◦ green 176 ◦ blue 92

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

Shades of Equator #D6B05C

Tints of Equator #D6B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 44.4%
G = 36.51%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6B05C (or 0xD6B05C) is known color: Equator. HEX triplet: D6, B0 and 5C. RGB value is (214,176,92). Sum of RGB (Red+Green+Blue) = 214+176+92=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B05C is #294FA3. Grayscale: #B2B2B2. Windows color (decimal): -2707364 or 6074582. OLE color: 6074582.

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

Color convert

RGB 214 176 92 -
CMYK 0 0.18 0.57 0.16
HSL 41.31º 0.6% 0.6% -
HSV(B) 41.31º 0.57% 0.84% -
XYZ 45.19 46.12 16.65 -
YUV 177.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 214 176 92 0 0.18 0.57 0.16 41.31 0.6 0.6
Hex D6 B0 5C 0 12 39 10 29 3C 3C
Octal 326 260 134 0 22 71 20 51 74 74
Binary 11010110 10110000 1011100 0 10010 111001 10000 101001 111100 111100

Color Harmonies of #D6B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B05C

Black with #D6B05C

Text Example


Text Example

White with #D6B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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