Html Css Color HEX #D1DB9D Orinoco

📋 copy color: '#D1DB9D'

red 209 ◦ green 219 ◦ blue 157

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

Shades of Orinoco #D1DB9D

Tints of Orinoco #D1DB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.84%

R = 35.73%
G = 37.44%
B = 26.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#D1DB9D (or 0xD1DB9D) is known color: Orinoco. HEX triplet: D1, DB and 9D. RGB value is (209,219,157). Sum of RGB (Red+Green+Blue) = 209+219+157=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB9D is #2E2462. Grayscale: #D1D1D1. Windows color (decimal): -3023971 or 10345425. OLE color: 10345425.

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

Color convert

RGB 209 219 157 -
CMYK 0.05 0 0.28 0.14
HSL 69.68º 0.46% 0.74% -
HSV(B) 69.68º 0.28% 0.86% -
XYZ 57.71 66.65 41.72 -
YUV 208.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 209 219 157 0.05 0 0.28 0.14 69.68 0.46 0.74
Hex D1 DB 9D 5 0 1C E 46 2E 4A
Octal 321 333 235 5 0 34 16 106 56 112
Binary 11010001 11011011 10011101 101 0 11100 1110 1000110 101110 1001010

Color Harmonies of #D1DB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DB9D

Black with #D1DB9D

Text Example


Text Example

White with #D1DB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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