Html Css Color HEX #D7D5AC Orinoco

📋 copy color: '#D7D5AC'

red 215 ◦ green 213 ◦ blue 172

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

Shades of Orinoco #D7D5AC

Tints of Orinoco #D7D5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.67%

R = 35.83%
G = 35.5%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7D5AC (or 0xD7D5AC) is known color: Orinoco. HEX triplet: D7, D5 and AC. RGB value is (215,213,172). Sum of RGB (Red+Green+Blue) = 215+213+172=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D5AC is #282A53. Grayscale: #D1D1D1. Windows color (decimal): -2632276 or 11326935. OLE color: 11326935.

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

Color convert

RGB 215 213 172 -
CMYK 0 0.01 0.2 0.16
HSL 57.21º 0.35% 0.76% -
HSV(B) 57.21º 0.2% 0.84% -
XYZ 59.26 65.01 48.46 -
YUV 208.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 215 213 172 0 0.01 0.2 0.16 57.21 0.35 0.76
Hex D7 D5 AC 0 1 14 10 39 23 4C
Octal 327 325 254 0 1 24 20 71 43 114
Binary 11010111 11010101 10101100 0 1 10100 10000 111001 100011 1001100

Color Harmonies of #D7D5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D5AC

Black with #D7D5AC

Text Example


Text Example

White with #D7D5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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