Html Css Color HEX #D4B364 Equator

📋 copy color: '#D4B364'

red 212 ◦ green 179 ◦ blue 100

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

Shades of Equator #D4B364

Tints of Equator #D4B364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 43.18%
G = 36.46%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4B364 (or 0xD4B364) is known color: Equator. HEX triplet: D4, B3 and 64. RGB value is (212,179,100). Sum of RGB (Red+Green+Blue) = 212+179+100=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B364 is #2B4C9B. Grayscale: #B4B4B4. Windows color (decimal): -2837660 or 6599636. OLE color: 6599636.

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

Color convert

RGB 212 179 100 -
CMYK 0 0.16 0.53 0.17
HSL 42.32º 0.57% 0.61% -
HSV(B) 42.32º 0.53% 0.83% -
XYZ 45.57 47.16 18.76 -
YUV 179.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 212 179 100 0 0.16 0.53 0.17 42.32 0.57 0.61
Hex D4 B3 64 0 10 35 11 2A 39 3D
Octal 324 263 144 0 20 65 21 52 71 75
Binary 11010100 10110011 1100100 0 10000 110101 10001 101010 111001 111101

Color Harmonies of #D4B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B364

Black with #D4B364

Text Example


Text Example

White with #D4B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B364; }

 p { color: rgb(212,179,100); }

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

background-color css

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

 a { background-color: rgb(212,179,100); }

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

border-color css

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

 span { border-color: rgb(212,179,100); }

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