Html Css Color HEX #D6B462 Equator

📋 copy color: '#D6B462'

red 214 ◦ green 180 ◦ blue 98

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

Shades of Equator #D6B462

Tints of Equator #D6B462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

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

R = 43.5%
G = 36.59%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6B462 (or 0xD6B462) is known color: Equator. HEX triplet: D6, B4 and 62. RGB value is (214,180,98). Sum of RGB (Red+Green+Blue) = 214+180+98=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B462 is #294B9D. Grayscale: #B5B5B5. Windows color (decimal): -2706334 or 6468822. OLE color: 6468822.

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

Color convert

RGB 214 180 98 -
CMYK 0 0.16 0.54 0.16
HSL 42.41º 0.59% 0.61% -
HSV(B) 42.41º 0.54% 0.84% -
XYZ 46.26 47.82 18.35 -
YUV 180.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 214 180 98 0 0.16 0.54 0.16 42.41 0.59 0.61
Hex D6 B4 62 0 10 36 10 2A 3B 3D
Octal 326 264 142 0 20 66 20 52 73 75
Binary 11010110 10110100 1100010 0 10000 110110 10000 101010 111011 111101

Color Harmonies of #D6B462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B462

Black with #D6B462

Text Example


Text Example

White with #D6B462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B462; }

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

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

background-color css

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

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

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

border-color css

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

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

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