Html Css Color HEX #D3D89D Orinoco

📋 copy color: '#D3D89D'

red 211 ◦ green 216 ◦ blue 157

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

Shades of Orinoco #D3D89D

Tints of Orinoco #D3D89D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

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

R = 36.13%
G = 36.99%
B = 26.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D3D89D (or 0xD3D89D) is known color: Orinoco. HEX triplet: D3, D8 and 9D. RGB value is (211,216,157). Sum of RGB (Red+Green+Blue) = 211+216+157=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D89D is #2C2762. Grayscale: #D0D0D0. Windows color (decimal): -2893667 or 10344659. OLE color: 10344659.

HSL color Cylindrical-coordinate representation of color #D3D89D: hue angle of 65.08º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3D89D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 157 -
CMYK 0.02 0 0.27 0.15
HSL 65.08º 0.43% 0.73% -
HSV(B) 65.08º 0.27% 0.85% -
XYZ 57.51 65.39 41.49 -
YUV 207.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 211 216 157 0.02 0 0.27 0.15 65.08 0.43 0.73
Hex D3 D8 9D 2 0 1B F 41 2B 49
Octal 323 330 235 2 0 33 17 101 53 111
Binary 11010011 11011000 10011101 10 0 11011 1111 1000001 101011 1001001

Color Harmonies of #D3D89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D89D

Black with #D3D89D

Text Example


Text Example

White with #D3D89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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