Html Css Color HEX #D7D5AE Orinoco

📋 copy color: '#D7D5AE'

red 215 ◦ green 213 ◦ blue 174

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

Shades of Orinoco #D7D5AE

Tints of Orinoco #D7D5AE

RGB

 RED value IS 215 (84.38% from 255) = 35.71%

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 174 (68.36% from 255) = 28.9%

R = 35.71%
G = 35.38%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7D5AE (or 0xD7D5AE) is known color: Orinoco. HEX triplet: D7, D5 and AE. RGB value is (215,213,174). Sum of RGB (Red+Green+Blue) = 215+213+174=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D5AE is #282A51. Grayscale: #D1D1D1. Windows color (decimal): -2632274 or 11458007. OLE color: 11458007.

HSL color Cylindrical-coordinate representation of color #D7D5AE: hue angle of 57.07º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7D5AE is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 174 -
CMYK 0 0.01 0.19 0.16
HSL 57.07º 0.34% 0.76% -
HSV(B) 57.07º 0.19% 0.84% -
XYZ 59.46 65.09 49.47 -
YUV 209.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 215 213 174 0 0.01 0.19 0.16 57.07 0.34 0.76
Hex D7 D5 AE 0 1 13 10 39 22 4C
Octal 327 325 256 0 1 23 20 71 42 114
Binary 11010111 11010101 10101110 0 1 10011 10000 111001 100010 1001100

Color Harmonies of #D7D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D5AE

Black with #D7D5AE

Text Example


Text Example

White with #D7D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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