Html Css Color HEX #D1DBAA Orinoco

📋 copy color: '#D1DBAA'

red 209 ◦ green 219 ◦ blue 170

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

Shades of Orinoco #D1DBAA

Tints of Orinoco #D1DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.62%

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

R = 34.95%
G = 36.62%
B = 28.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D1DBAA (or 0xD1DBAA) is known color: Orinoco. HEX triplet: D1, DB and AA. RGB value is (209,219,170). Sum of RGB (Red+Green+Blue) = 209+219+170=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBAA is #2E2455. Grayscale: #D2D2D2. Windows color (decimal): -3023958 or 11197393. OLE color: 11197393.

HSL color Cylindrical-coordinate representation of color #D1DBAA: hue angle of 72.24º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DBAA is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 170 -
CMYK 0.05 0 0.22 0.14
HSL 72.24º 0.4% 0.76% -
HSV(B) 72.24º 0.22% 0.86% -
XYZ 58.88 67.12 47.88 -
YUV 210.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 209 219 170 0.05 0 0.22 0.14 72.24 0.4 0.76
Hex D1 DB AA 5 0 16 E 48 28 4C
Octal 321 333 252 5 0 26 16 110 50 114
Binary 11010001 11011011 10101010 101 0 10110 1110 1001000 101000 1001100

Color Harmonies of #D1DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBAA

Black with #D1DBAA

Text Example


Text Example

White with #D1DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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