Html Css Color HEX #D4B261 Equator

📋 copy color: '#D4B261'

red 212 ◦ green 178 ◦ blue 97

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

Shades of Equator #D4B261

Tints of Equator #D4B261

RGB

 RED value IS 212 (83.2% from 255) = 43.53%

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

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

R = 43.53%
G = 36.55%
B = 19.92%

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

#D4B261 (or 0xD4B261) is known color: Equator. HEX triplet: D4, B2 and 61. RGB value is (212,178,97). Sum of RGB (Red+Green+Blue) = 212+178+97=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B261 is #2B4D9E. Grayscale: #B3B3B3. Windows color (decimal): -2837919 or 6402772. OLE color: 6402772.

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

Color convert

RGB 212 178 97 -
CMYK 0 0.16 0.54 0.17
HSL 42.26º 0.57% 0.61% -
HSV(B) 42.26º 0.54% 0.83% -
XYZ 45.23 46.7 17.94 -
YUV 178.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 212 178 97 0 0.16 0.54 0.17 42.26 0.57 0.61
Hex D4 B2 61 0 10 36 11 2A 39 3D
Octal 324 262 141 0 20 66 21 52 71 75
Binary 11010100 10110010 1100001 0 10000 110110 10001 101010 111001 111101

Color Harmonies of #D4B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B261

Black with #D4B261

Text Example


Text Example

White with #D4B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B261; }

 p { color: rgb(212,178,97); }

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

background-color css

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

 a { background-color: rgb(212,178,97); }

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

border-color css

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

 span { border-color: rgb(212,178,97); }

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