Html Css Color HEX #D3D7AA Orinoco

📋 copy color: '#D3D7AA'

red 211 ◦ green 215 ◦ blue 170

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

Shades of Orinoco #D3D7AA

Tints of Orinoco #D3D7AA

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

 BLUE value IS 170 (66.8% from 255) = 28.52%

R = 35.4%
G = 36.07%
B = 28.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D3D7AA (or 0xD3D7AA) is known color: Orinoco. HEX triplet: D3, D7 and AA. RGB value is (211,215,170). Sum of RGB (Red+Green+Blue) = 211+215+170=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D7AA is #2C2855. Grayscale: #D0D0D0. Windows color (decimal): -2893910 or 11196371. OLE color: 11196371.

HSL color Cylindrical-coordinate representation of color #D3D7AA: hue angle of 65.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3D7AA is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 215 170 -
CMYK 0.02 0 0.21 0.16
HSL 65.33º 0.36% 0.75% -
HSV(B) 65.33º 0.21% 0.84% -
XYZ 58.42 65.35 47.57 -
YUV 208.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 211 215 170 0.02 0 0.21 0.16 65.33 0.36 0.75
Hex D3 D7 AA 2 0 15 10 41 24 4B
Octal 323 327 252 2 0 25 20 101 44 113
Binary 11010011 11010111 10101010 10 0 10101 10000 1000001 100100 1001011

Color Harmonies of #D3D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D7AA

Black with #D3D7AA

Text Example


Text Example

White with #D3D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D7AA; }

 p { color: rgb(211,215,170); }

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

background-color css

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

 a { background-color: rgb(211,215,170); }

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

border-color css

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

 span { border-color: rgb(211,215,170); }

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