Html Css Color HEX #D1D7AF Orinoco

📋 copy color: '#D1D7AF'

red 209 ◦ green 215 ◦ blue 175

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

Shades of Orinoco #D1D7AF

Tints of Orinoco #D1D7AF

RGB

 RED value IS 209 (82.03% from 255) = 34.89%

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

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 34.89%
G = 35.89%
B = 29.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D1D7AF (or 0xD1D7AF) is known color: Orinoco. HEX triplet: D1, D7 and AF. RGB value is (209,215,175). Sum of RGB (Red+Green+Blue) = 209+215+175=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D7AF is #2E2850. Grayscale: #D0D0D0. Windows color (decimal): -3024977 or 11524049. OLE color: 11524049.

HSL color Cylindrical-coordinate representation of color #D1D7AF: hue angle of 69º degrees, saturation: 0.33, 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 #D1D7AF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 175 -
CMYK 0.03 0 0.19 0.16
HSL 69º 0.33% 0.76% -
HSV(B) 69º 0.19% 0.84% -
XYZ 58.33 65.25 50.08 -
YUV 208.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 209 215 175 0.03 0 0.19 0.16 69 0.33 0.76
Hex D1 D7 AF 3 0 13 10 45 21 4C
Octal 321 327 257 3 0 23 20 105 41 114
Binary 11010001 11010111 10101111 11 0 10011 10000 1000101 100001 1001100

Color Harmonies of #D1D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7AF

Black with #D1D7AF

Text Example


Text Example

White with #D1D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7AF; }

 p { color: rgb(209,215,175); }

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

background-color css

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

 a { background-color: rgb(209,215,175); }

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

border-color css

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

 span { border-color: rgb(209,215,175); }

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