Html Css Color HEX #D1DDA7 Orinoco

📋 copy color: '#D1DDA7'

red 209 ◦ green 221 ◦ blue 167

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

Shades of Orinoco #D1DDA7

Tints of Orinoco #D1DDA7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.02%

 BLUE value IS 167 (65.63% from 255) = 27.97%

R = 35.01%
G = 37.02%
B = 27.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D1DDA7 (or 0xD1DDA7) is known color: Orinoco. HEX triplet: D1, DD and A7. RGB value is (209,221,167). Sum of RGB (Red+Green+Blue) = 209+221+167=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDA7 is #2E2258. Grayscale: #D3D3D3. Windows color (decimal): -3023449 or 11001297. OLE color: 11001297.

HSL color Cylindrical-coordinate representation of color #D1DDA7: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DDA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 167 -
CMYK 0.05 0 0.24 0.13
HSL 73.33º 0.44% 0.76% -
HSV(B) 73.33º 0.24% 0.87% -
XYZ 59.13 68.06 46.58 -
YUV 211.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 209 221 167 0.05 0 0.24 0.13 73.33 0.44 0.76
Hex D1 DD A7 5 0 18 D 49 2C 4C
Octal 321 335 247 5 0 30 15 111 54 114
Binary 11010001 11011101 10100111 101 0 11000 1101 1001001 101100 1001100

Color Harmonies of #D1DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDA7

Black with #D1DDA7

Text Example


Text Example

White with #D1DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDA7; }

 p { color: rgb(209,221,167); }

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

background-color css

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

 a { background-color: rgb(209,221,167); }

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

border-color css

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

 span { border-color: rgb(209,221,167); }

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