Html Css Color HEX #D1D59B Orinoco

📋 copy color: '#D1D59B'

red 209 ◦ green 213 ◦ blue 155

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

Shades of Orinoco #D1D59B

Tints of Orinoco #D1D59B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

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

R = 36.22%
G = 36.92%
B = 26.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D1D59B (or 0xD1D59B) is known color: Orinoco. HEX triplet: D1, D5 and 9B. RGB value is (209,213,155). Sum of RGB (Red+Green+Blue) = 209+213+155=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D59B is #2E2A64. Grayscale: #CDCDCD. Windows color (decimal): -3025509 or 10212817. OLE color: 10212817.

HSL color Cylindrical-coordinate representation of color #D1D59B: hue angle of 64.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1D59B is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 155 -
CMYK 0.02 0 0.27 0.16
HSL 64.14º 0.41% 0.72% -
HSV(B) 64.14º 0.27% 0.84% -
XYZ 56.01 63.51 40.32 -
YUV 205.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 209 213 155 0.02 0 0.27 0.16 64.14 0.41 0.72
Hex D1 D5 9B 2 0 1B 10 40 29 48
Octal 321 325 233 2 0 33 20 100 51 110
Binary 11010001 11010101 10011011 10 0 11011 10000 1000000 101001 1001000

Color Harmonies of #D1D59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D59B

Black with #D1D59B

Text Example


Text Example

White with #D1D59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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