Html Css Color HEX #D7B26B Equator

📋 copy color: '#D7B26B'

red 215 ◦ green 178 ◦ blue 107

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

Shades of Equator #D7B26B

Tints of Equator #D7B26B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 43%
G = 35.6%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7B26B (or 0xD7B26B) is known color: Equator. HEX triplet: D7, B2 and 6B. RGB value is (215,178,107). Sum of RGB (Red+Green+Blue) = 215+178+107=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B26B is #284D94. Grayscale: #B5B5B5. Windows color (decimal): -2641301 or 7058135. OLE color: 7058135.

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

Color convert

RGB 215 178 107 -
CMYK 0 0.17 0.50 0.16
HSL 39.44º 0.57% 0.63% -
HSV(B) 39.44º 0.5% 0.84% -
XYZ 46.6 47.35 20.59 -
YUV 180.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 215 178 107 0 0.17 0.50 0.16 39.44 0.57 0.63
Hex D7 B2 6B 0 11 32 10 27 39 3F
Octal 327 262 153 0 21 62 20 47 71 77
Binary 11010111 10110010 1101011 0 10001 110010 10000 100111 111001 111111

Color Harmonies of #D7B26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B26B

Black with #D7B26B

Text Example


Text Example

White with #D7B26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B26B; }

 p { color: rgb(215,178,107); }

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

background-color css

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

 a { background-color: rgb(215,178,107); }

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

border-color css

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

 span { border-color: rgb(215,178,107); }

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