Html Css Color HEX #D4B15A Equator

📋 copy color: '#D4B15A'

red 212 ◦ green 177 ◦ blue 90

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

Shades of Equator #D4B15A

Tints of Equator #D4B15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 44.26%
G = 36.95%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4B15A (or 0xD4B15A) is known color: Equator. HEX triplet: D4, B1 and 5A. RGB value is (212,177,90). Sum of RGB (Red+Green+Blue) = 212+177+90=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B15A is #2B4EA5. Grayscale: #B1B1B1. Windows color (decimal): -2838182 or 5943764. OLE color: 5943764.

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

Color convert

RGB 212 177 90 -
CMYK 0 0.17 0.58 0.17
HSL 42.79º 0.59% 0.59% -
HSV(B) 42.79º 0.58% 0.83% -
XYZ 44.72 46.18 16.23 -
YUV 177.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 212 177 90 0 0.17 0.58 0.17 42.79 0.59 0.59
Hex D4 B1 5A 0 11 3A 11 2B 3B 3B
Octal 324 261 132 0 21 72 21 53 73 73
Binary 11010100 10110001 1011010 0 10001 111010 10001 101011 111011 111011

Color Harmonies of #D4B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B15A

Black with #D4B15A

Text Example


Text Example

White with #D4B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B15A; }

 p { color: rgb(212,177,90); }

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

background-color css

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

 a { background-color: rgb(212,177,90); }

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

border-color css

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

 span { border-color: rgb(212,177,90); }

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