Html Css Color HEX #D1DAAB Orinoco

📋 copy color: '#D1DAAB'

red 209 ◦ green 218 ◦ blue 171

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

Shades of Orinoco #D1DAAB

Tints of Orinoco #D1DAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.6%

R = 34.95%
G = 36.45%
B = 28.6%

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

#D1DAAB (or 0xD1DAAB) is known color: Orinoco. HEX triplet: D1, DA and AB. RGB value is (209,218,171). Sum of RGB (Red+Green+Blue) = 209+218+171=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAB is #2E2554. Grayscale: #D2D2D2. Windows color (decimal): -3024213 or 11262673. OLE color: 11262673.

HSL color Cylindrical-coordinate representation of color #D1DAAB: hue angle of 71.49º 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 #D1DAAB is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 171 -
CMYK 0.04 0 0.22 0.15
HSL 71.49º 0.39% 0.76% -
HSV(B) 71.49º 0.22% 0.85% -
XYZ 58.72 66.64 48.3 -
YUV 209.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 209 218 171 0.04 0 0.22 0.15 71.49 0.39 0.76
Hex D1 DA AB 4 0 16 F 47 27 4C
Octal 321 332 253 4 0 26 17 107 47 114
Binary 11010001 11011010 10101011 100 0 10110 1111 1000111 100111 1001100

Color Harmonies of #D1DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAAB

Black with #D1DAAB

Text Example


Text Example

White with #D1DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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