Html Css Color HEX #D1DAAA Orinoco

📋 copy color: '#D1DAAA'

red 209 ◦ green 218 ◦ blue 170

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

Shades of Orinoco #D1DAAA

Tints of Orinoco #D1DAAA

RGB

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

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

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

R = 35.01%
G = 36.52%
B = 28.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D1DAAA (or 0xD1DAAA) is known color: Orinoco. HEX triplet: D1, DA and AA. RGB value is (209,218,170). Sum of RGB (Red+Green+Blue) = 209+218+170=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAA is #2E2555. Grayscale: #D2D2D2. Windows color (decimal): -3024214 or 11197137. OLE color: 11197137.

HSL color Cylindrical-coordinate representation of color #D1DAAA: hue angle of 71.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DAAA is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 170 -
CMYK 0.04 0 0.22 0.15
HSL 71.25º 0.39% 0.76% -
HSV(B) 71.25º 0.22% 0.85% -
XYZ 58.62 66.6 47.8 -
YUV 209.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 209 218 170 0.04 0 0.22 0.15 71.25 0.39 0.76
Hex D1 DA AA 4 0 16 F 47 27 4C
Octal 321 332 252 4 0 26 17 107 47 114
Binary 11010001 11011010 10101010 100 0 10110 1111 1000111 100111 1001100

Color Harmonies of #D1DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAAA

Black with #D1DAAA

Text Example


Text Example

White with #D1DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAAA; }

 p { color: rgb(209,218,170); }

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

background-color css

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

 a { background-color: rgb(209,218,170); }

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

border-color css

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

 span { border-color: rgb(209,218,170); }

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