Html Css Color HEX #D1D9B4 Orinoco

📋 copy color: '#D1D9B4'

red 209 ◦ green 217 ◦ blue 180

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

Shades of Orinoco #D1D9B4

Tints of Orinoco #D1D9B4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.81%

 BLUE value IS 180 (70.7% from 255) = 29.7%

R = 34.49%
G = 35.81%
B = 29.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D1D9B4 (or 0xD1D9B4) is known color: Orinoco. HEX triplet: D1, D9 and B4. RGB value is (209,217,180). Sum of RGB (Red+Green+Blue) = 209+217+180=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9B4 is #2E264B. Grayscale: #D2D2D2. Windows color (decimal): -3024460 or 11852241. OLE color: 11852241.

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

Color convert

RGB 209 217 180 -
CMYK 0.04 0 0.17 0.15
HSL 72.97º 0.33% 0.78% -
HSV(B) 72.97º 0.17% 0.85% -
XYZ 59.35 66.48 52.88 -
YUV 210.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 209 217 180 0.04 0 0.17 0.15 72.97 0.33 0.78
Hex D1 D9 B4 4 0 11 F 49 21 4E
Octal 321 331 264 4 0 21 17 111 41 116
Binary 11010001 11011001 10110100 100 0 10001 1111 1001001 100001 1001110

Color Harmonies of #D1D9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D9B4

Black with #D1D9B4

Text Example


Text Example

White with #D1D9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D9B4; }

 p { color: rgb(209,217,180); }

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

background-color css

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

 a { background-color: rgb(209,217,180); }

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

border-color css

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

 span { border-color: rgb(209,217,180); }

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