Html Css Color HEX #D3D59E Orinoco

📋 copy color: '#D3D59E'

red 211 ◦ green 213 ◦ blue 158

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

Shades of Orinoco #D3D59E

Tints of Orinoco #D3D59E

RGB

 RED value IS 211 (82.81% from 255) = 36.25%

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

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 36.25%
G = 36.6%
B = 27.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D3D59E (or 0xD3D59E) is known color: Orinoco. HEX triplet: D3, D5 and 9E. RGB value is (211,213,158). Sum of RGB (Red+Green+Blue) = 211+213+158=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D59E is #2C2A61. Grayscale: #CECECE. Windows color (decimal): -2894434 or 10409427. OLE color: 10409427.

HSL color Cylindrical-coordinate representation of color #D3D59E: hue angle of 62.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3D59E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 158 -
CMYK 0.01 0 0.26 0.16
HSL 62.18º 0.4% 0.73% -
HSV(B) 62.18º 0.26% 0.84% -
XYZ 56.83 63.91 41.69 -
YUV 206.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 211 213 158 0.01 0 0.26 0.16 62.18 0.4 0.73
Hex D3 D5 9E 1 0 1A 10 3E 28 49
Octal 323 325 236 1 0 32 20 76 50 111
Binary 11010011 11010101 10011110 1 0 11010 10000 111110 101000 1001001

Color Harmonies of #D3D59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D59E

Black with #D3D59E

Text Example


Text Example

White with #D3D59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D59E; }

 p { color: rgb(211,213,158); }

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

background-color css

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

 a { background-color: rgb(211,213,158); }

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

border-color css

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

 span { border-color: rgb(211,213,158); }

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