Html Css Color HEX #D1D59C Orinoco

📋 copy color: '#D1D59C'

red 209 ◦ green 213 ◦ blue 156

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

Shades of Orinoco #D1D59C

Tints of Orinoco #D1D59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.99%

R = 36.16%
G = 36.85%
B = 26.99%

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

#D1D59C (or 0xD1D59C) is known color: Orinoco. HEX triplet: D1, D5 and 9C. RGB value is (209,213,156). Sum of RGB (Red+Green+Blue) = 209+213+156=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D59C is #2E2A63. Grayscale: #CDCDCD. Windows color (decimal): -3025508 or 10278353. OLE color: 10278353.

HSL color Cylindrical-coordinate representation of color #D1D59C: hue angle of 64.21º degrees, saturation: 0.4, 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 #D1D59C is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 213 156 -
CMYK 0.02 0 0.27 0.16
HSL 64.21º 0.4% 0.72% -
HSV(B) 64.21º 0.27% 0.84% -
XYZ 56.09 63.54 40.76 -
YUV 205.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 209 213 156 0.02 0 0.27 0.16 64.21 0.4 0.72
Hex D1 D5 9C 2 0 1B 10 40 28 48
Octal 321 325 234 2 0 33 20 100 50 110
Binary 11010001 11010101 10011100 10 0 11011 10000 1000000 101000 1001000

Color Harmonies of #D1D59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D59C

Black with #D1D59C

Text Example


Text Example

White with #D1D59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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