Html Css Color HEX #D3B262 Equator

📋 copy color: '#D3B262'

red 211 ◦ green 178 ◦ blue 98

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

Shades of Equator #D3B262

Tints of Equator #D3B262

RGB

 RED value IS 211 (82.81% from 255) = 43.33%

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

 BLUE value IS 98 (38.67% from 255) = 20.12%

R = 43.33%
G = 36.55%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D3B262 (or 0xD3B262) is known color: Equator. HEX triplet: D3, B2 and 62. RGB value is (211,178,98). Sum of RGB (Red+Green+Blue) = 211+178+98=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B262 is #2C4D9D. Grayscale: #B3B3B3. Windows color (decimal): -2903454 or 6468307. OLE color: 6468307.

HSL color Cylindrical-coordinate representation of color #D3B262: hue angle of 42.48º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3B262 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 178 98 -
CMYK 0 0.16 0.54 0.17
HSL 42.48º 0.56% 0.61% -
HSV(B) 42.48º 0.54% 0.83% -
XYZ 44.99 46.57 18.17 -
YUV 178.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 211 178 98 0 0.16 0.54 0.17 42.48 0.56 0.61
Hex D3 B2 62 0 10 36 11 2A 38 3D
Octal 323 262 142 0 20 66 21 52 70 75
Binary 11010011 10110010 1100010 0 10000 110110 10001 101010 111000 111101

Color Harmonies of #D3B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B262

Black with #D3B262

Text Example


Text Example

White with #D3B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B262; }

 p { color: rgb(211,178,98); }

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

background-color css

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

 a { background-color: rgb(211,178,98); }

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

border-color css

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

 span { border-color: rgb(211,178,98); }

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