Html Css Color HEX #D6B461 Equator

📋 copy color: '#D6B461'

red 214 ◦ green 180 ◦ blue 97

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

Shades of Equator #D6B461

Tints of Equator #D6B461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 43.58%
G = 36.66%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6B461 (or 0xD6B461) is known color: Equator. HEX triplet: D6, B4 and 61. RGB value is (214,180,97). Sum of RGB (Red+Green+Blue) = 214+180+97=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B461 is #294B9E. Grayscale: #B5B5B5. Windows color (decimal): -2706335 or 6403286. OLE color: 6403286.

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

Color convert

RGB 214 180 97 -
CMYK 0 0.16 0.55 0.16
HSL 42.56º 0.59% 0.61% -
HSV(B) 42.56º 0.55% 0.84% -
XYZ 46.21 47.8 18.1 -
YUV 180.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 214 180 97 0 0.16 0.55 0.16 42.56 0.59 0.61
Hex D6 B4 61 0 10 37 10 2B 3B 3D
Octal 326 264 141 0 20 67 20 53 73 75
Binary 11010110 10110100 1100001 0 10000 110111 10000 101011 111011 111101

Color Harmonies of #D6B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B461

Black with #D6B461

Text Example


Text Example

White with #D6B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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