Html Css Color HEX #D2B061 Equator

📋 copy color: '#D2B061'

red 210 ◦ green 176 ◦ blue 97

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

Shades of Equator #D2B061

Tints of Equator #D2B061

RGB

 RED value IS 210 (82.42% from 255) = 43.48%

 GREEN value IS 176 (69.14% from 255) = 36.44%

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

R = 43.48%
G = 36.44%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D2B061 (or 0xD2B061) is known color: Equator. HEX triplet: D2, B0 and 61. RGB value is (210,176,97). Sum of RGB (Red+Green+Blue) = 210+176+97=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B061 is #2D4F9E. Grayscale: #B1B1B1. Windows color (decimal): -2969503 or 6402258. OLE color: 6402258.

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

Color convert

RGB 210 176 97 -
CMYK 0 0.16 0.54 0.18
HSL 41.95º 0.56% 0.6% -
HSV(B) 41.95º 0.54% 0.82% -
XYZ 44.26 45.62 17.78 -
YUV 177.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 210 176 97 0 0.16 0.54 0.18 41.95 0.56 0.6
Hex D2 B0 61 0 10 36 12 2A 38 3C
Octal 322 260 141 0 20 66 22 52 70 74
Binary 11010010 10110000 1100001 0 10000 110110 10010 101010 111000 111100

Color Harmonies of #D2B061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B061

Black with #D2B061

Text Example


Text Example

White with #D2B061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B061; }

 p { color: rgb(210,176,97); }

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

background-color css

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

 a { background-color: rgb(210,176,97); }

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

border-color css

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

 span { border-color: rgb(210,176,97); }

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