Html Css Color HEX #D6B262 Equator

📋 copy color: '#D6B262'

red 214 ◦ green 178 ◦ blue 98

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

Shades of Equator #D6B262

Tints of Equator #D6B262

RGB

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

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

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

R = 43.67%
G = 36.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6B262 (or 0xD6B262) is known color: Equator. HEX triplet: D6, B2 and 62. RGB value is (214,178,98). Sum of RGB (Red+Green+Blue) = 214+178+98=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B262 is #294D9D. Grayscale: #B4B4B4. Windows color (decimal): -2706846 or 6468310. OLE color: 6468310.

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

Color convert

RGB 214 178 98 -
CMYK 0 0.17 0.54 0.16
HSL 41.38º 0.59% 0.61% -
HSV(B) 41.38º 0.54% 0.84% -
XYZ 45.86 47.02 18.21 -
YUV 179.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 214 178 98 0 0.17 0.54 0.16 41.38 0.59 0.61
Hex D6 B2 62 0 11 36 10 29 3B 3D
Octal 326 262 142 0 21 66 20 51 73 75
Binary 11010110 10110010 1100010 0 10001 110110 10000 101001 111011 111101

Color Harmonies of #D6B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B262

Black with #D6B262

Text Example


Text Example

White with #D6B262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B262; }

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

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

background-color css

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

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

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

border-color css

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

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

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