Html Css Color HEX #D3D79F Orinoco

📋 copy color: '#D3D79F'

red 211 ◦ green 215 ◦ blue 159

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

Shades of Orinoco #D3D79F

Tints of Orinoco #D3D79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.75%

 BLUE value IS 159 (62.5% from 255) = 27.18%

R = 36.07%
G = 36.75%
B = 27.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D3D79F (or 0xD3D79F) is known color: Orinoco. HEX triplet: D3, D7 and 9F. RGB value is (211,215,159). Sum of RGB (Red+Green+Blue) = 211+215+159=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D79F is #2C2860. Grayscale: #CFCFCF. Windows color (decimal): -2893921 or 10475475. OLE color: 10475475.

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

Color convert

RGB 211 215 159 -
CMYK 0.02 0 0.26 0.16
HSL 64.29º 0.41% 0.73% -
HSV(B) 64.29º 0.26% 0.84% -
XYZ 57.42 64.95 42.31 -
YUV 207.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 211 215 159 0.02 0 0.26 0.16 64.29 0.41 0.73
Hex D3 D7 9F 2 0 1A 10 40 29 49
Octal 323 327 237 2 0 32 20 100 51 111
Binary 11010011 11010111 10011111 10 0 11010 10000 1000000 101001 1001001

Color Harmonies of #D3D79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D79F

Black with #D3D79F

Text Example


Text Example

White with #D3D79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D79F; }

 p { color: rgb(211,215,159); }

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

background-color css

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

 a { background-color: rgb(211,215,159); }

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

border-color css

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

 span { border-color: rgb(211,215,159); }

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