Html Css Color HEX #D1DBAB Orinoco

📋 copy color: '#D1DBAB'

red 209 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D1DBAB

Tints of Orinoco #D1DBAB

RGB

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

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

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

R = 34.89%
G = 36.56%
B = 28.55%

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

#D1DBAB (or 0xD1DBAB) is known color: Orinoco. HEX triplet: D1, DB and AB. RGB value is (209,219,171). Sum of RGB (Red+Green+Blue) = 209+219+171=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBAB is #2E2454. Grayscale: #D2D2D2. Windows color (decimal): -3023957 or 11262929. OLE color: 11262929.

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

Color convert

RGB 209 219 171 -
CMYK 0.05 0 0.22 0.14
HSL 72.5º 0.4% 0.76% -
HSV(B) 72.5º 0.22% 0.86% -
XYZ 58.98 67.16 48.38 -
YUV 210.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 209 219 171 0.05 0 0.22 0.14 72.5 0.4 0.76
Hex D1 DB AB 5 0 16 E 48 28 4C
Octal 321 333 253 5 0 26 16 110 50 114
Binary 11010001 11011011 10101011 101 0 10110 1110 1001000 101000 1001100

Color Harmonies of #D1DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBAB

Black with #D1DBAB

Text Example


Text Example

White with #D1DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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