Html Css Color HEX #D5AE68 Equator

📋 copy color: '#D5AE68'

red 213 ◦ green 174 ◦ blue 104

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

Shades of Equator #D5AE68

Tints of Equator #D5AE68

RGB

 RED value IS 213 (83.59% from 255) = 43.38%

 GREEN value IS 174 (68.36% from 255) = 35.44%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 43.38%
G = 35.44%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5AE68 (or 0xD5AE68) is known color: Equator. HEX triplet: D5, AE and 68. RGB value is (213,174,104). Sum of RGB (Red+Green+Blue) = 213+174+104=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE68 is #2A5197. Grayscale: #B2B2B2. Windows color (decimal): -2773400 or 6860501. OLE color: 6860501.

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

Color convert

RGB 213 174 104 -
CMYK 0 0.18 0.51 0.16
HSL 38.53º 0.56% 0.62% -
HSV(B) 38.53º 0.51% 0.84% -
XYZ 45.08 45.42 19.49 -
YUV 177.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 213 174 104 0 0.18 0.51 0.16 38.53 0.56 0.62
Hex D5 AE 68 0 12 33 10 27 38 3E
Octal 325 256 150 0 22 63 20 47 70 76
Binary 11010101 10101110 1101000 0 10010 110011 10000 100111 111000 111110

Color Harmonies of #D5AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE68

Black with #D5AE68

Text Example


Text Example

White with #D5AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE68; }

 p { color: rgb(213,174,104); }

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

background-color css

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

 a { background-color: rgb(213,174,104); }

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

border-color css

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

 span { border-color: rgb(213,174,104); }

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