Html Css Color HEX #D7DAA6 Orinoco

📋 copy color: '#D7DAA6'

red 215 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D7DAA6

Tints of Orinoco #D7DAA6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

 BLUE value IS 166 (65.23% from 255) = 27.71%

R = 35.89%
G = 36.39%
B = 27.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D7DAA6 (or 0xD7DAA6) is known color: Orinoco. HEX triplet: D7, DA and A6. RGB value is (215,218,166). Sum of RGB (Red+Green+Blue) = 215+218+166=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 166 (65.23% from 255 or 27.71% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAA6 is #282559. Grayscale: #D3D3D3. Windows color (decimal): -2631002 or 10934999. OLE color: 10934999.

HSL color Cylindrical-coordinate representation of color #D7DAA6: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7DAA6 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 218 166 -
CMYK 0.01 0 0.24 0.15
HSL 63.46º 0.41% 0.75% -
HSV(B) 63.46º 0.24% 0.85% -
XYZ 59.98 67.34 45.91 -
YUV 211.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 215 218 166 0.01 0 0.24 0.15 63.46 0.41 0.75
Hex D7 DA A6 1 0 18 F 3F 29 4B
Octal 327 332 246 1 0 30 17 77 51 113
Binary 11010111 11011010 10100110 1 0 11000 1111 111111 101001 1001011

Color Harmonies of #D7DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAA6

Black with #D7DAA6

Text Example


Text Example

White with #D7DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAA6; }

 p { color: rgb(215,218,166); }

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

background-color css

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

 a { background-color: rgb(215,218,166); }

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

border-color css

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

 span { border-color: rgb(215,218,166); }

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