Html Css Color HEX #D1DB9B Orinoco

📋 copy color: '#D1DB9B'

red 209 ◦ green 219 ◦ blue 155

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

Shades of Orinoco #D1DB9B

Tints of Orinoco #D1DB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.59%

R = 35.85%
G = 37.56%
B = 26.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#D1DB9B (or 0xD1DB9B) is known color: Orinoco. HEX triplet: D1, DB and 9B. RGB value is (209,219,155). Sum of RGB (Red+Green+Blue) = 209+219+155=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB9B is #2E2464. Grayscale: #D0D0D0. Windows color (decimal): -3023973 or 10214353. OLE color: 10214353.

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

Color convert

RGB 209 219 155 -
CMYK 0.05 0 0.29 0.14
HSL 69.38º 0.47% 0.73% -
HSV(B) 69.38º 0.29% 0.86% -
XYZ 57.54 66.58 40.83 -
YUV 208.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 209 219 155 0.05 0 0.29 0.14 69.38 0.47 0.73
Hex D1 DB 9B 5 0 1D E 45 2F 49
Octal 321 333 233 5 0 35 16 105 57 111
Binary 11010001 11011011 10011011 101 0 11101 1110 1000101 101111 1001001

Color Harmonies of #D1DB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB9B

Black with #D1DB9B

Text Example


Text Example

White with #D1DB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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