Html Css Color HEX #D3D59D Orinoco

📋 copy color: '#D3D59D'

red 211 ◦ green 213 ◦ blue 157

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

Shades of Orinoco #D3D59D

Tints of Orinoco #D3D59D

RGB

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

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

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

R = 36.32%
G = 36.66%
B = 27.02%

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

#D3D59D (or 0xD3D59D) is known color: Orinoco. HEX triplet: D3, D5 and 9D. RGB value is (211,213,157). Sum of RGB (Red+Green+Blue) = 211+213+157=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D59D is #2C2A62. Grayscale: #CECECE. Windows color (decimal): -2894435 or 10343891. OLE color: 10343891.

HSL color Cylindrical-coordinate representation of color #D3D59D: hue angle of 62.14º 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 #D3D59D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 157 -
CMYK 0.01 0 0.26 0.16
HSL 62.14º 0.4% 0.73% -
HSV(B) 62.14º 0.26% 0.84% -
XYZ 56.74 63.87 41.24 -
YUV 206.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 211 213 157 0.01 0 0.26 0.16 62.14 0.4 0.73
Hex D3 D5 9D 1 0 1A 10 3E 28 49
Octal 323 325 235 1 0 32 20 76 50 111
Binary 11010011 11010101 10011101 1 0 11010 10000 111110 101000 1001001

Color Harmonies of #D3D59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D59D

Black with #D3D59D

Text Example


Text Example

White with #D3D59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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