Html Css Color HEX #D6B35C Equator

📋 copy color: '#D6B35C'

red 214 ◦ green 179 ◦ blue 92

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

Shades of Equator #D6B35C

Tints of Equator #D6B35C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 44.12%
G = 36.91%
B = 18.97%

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

#D6B35C (or 0xD6B35C) is known color: Equator. HEX triplet: D6, B3 and 5C. RGB value is (214,179,92). Sum of RGB (Red+Green+Blue) = 214+179+92=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B35C is #294CA3. Grayscale: #B3B3B3. Windows color (decimal): -2706596 or 6075350. OLE color: 6075350.

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

Color convert

RGB 214 179 92 -
CMYK 0 0.16 0.57 0.16
HSL 42.79º 0.6% 0.6% -
HSV(B) 42.79º 0.57% 0.84% -
XYZ 45.78 47.31 16.84 -
YUV 179.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 214 179 92 0 0.16 0.57 0.16 42.79 0.6 0.6
Hex D6 B3 5C 0 10 39 10 2B 3C 3C
Octal 326 263 134 0 20 71 20 53 74 74
Binary 11010110 10110011 1011100 0 10000 111001 10000 101011 111100 111100

Color Harmonies of #D6B35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B35C

Black with #D6B35C

Text Example


Text Example

White with #D6B35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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