Html Css Color HEX #D3D99D Orinoco

📋 copy color: '#D3D99D'

red 211 ◦ green 217 ◦ blue 157

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

Shades of Orinoco #D3D99D

Tints of Orinoco #D3D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.09%

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

R = 36.07%
G = 37.09%
B = 26.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D3D99D (or 0xD3D99D) is known color: Orinoco. HEX triplet: D3, D9 and 9D. RGB value is (211,217,157). Sum of RGB (Red+Green+Blue) = 211+217+157=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D99D is #2C2662. Grayscale: #D0D0D0. Windows color (decimal): -2893411 or 10344915. OLE color: 10344915.

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

Color convert

RGB 211 217 157 -
CMYK 0.03 0 0.28 0.15
HSL 66º 0.44% 0.73% -
HSV(B) 66º 0.28% 0.85% -
XYZ 57.76 65.91 41.58 -
YUV 208.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 211 217 157 0.03 0 0.28 0.15 66 0.44 0.73
Hex D3 D9 9D 3 0 1C F 42 2C 49
Octal 323 331 235 3 0 34 17 102 54 111
Binary 11010011 11011001 10011101 11 0 11100 1111 1000010 101100 1001001

Color Harmonies of #D3D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D99D

Black with #D3D99D

Text Example


Text Example

White with #D3D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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