Html Css Color HEX #D3D79E Orinoco

📋 copy color: '#D3D79E'

red 211 ◦ green 215 ◦ blue 158

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

Shades of Orinoco #D3D79E

Tints of Orinoco #D3D79E

RGB

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

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

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

R = 36.13%
G = 36.82%
B = 27.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D3D79E (or 0xD3D79E) is known color: Orinoco. HEX triplet: D3, D7 and 9E. RGB value is (211,215,158). Sum of RGB (Red+Green+Blue) = 211+215+158=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D79E is #2C2861. Grayscale: #CFCFCF. Windows color (decimal): -2893922 or 10409939. OLE color: 10409939.

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

Color convert

RGB 211 215 158 -
CMYK 0.02 0 0.27 0.16
HSL 64.21º 0.42% 0.73% -
HSV(B) 64.21º 0.27% 0.84% -
XYZ 57.34 64.92 41.86 -
YUV 207.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 211 215 158 0.02 0 0.27 0.16 64.21 0.42 0.73
Hex D3 D7 9E 2 0 1B 10 40 2A 49
Octal 323 327 236 2 0 33 20 100 52 111
Binary 11010011 11010111 10011110 10 0 11011 10000 1000000 101010 1001001

Color Harmonies of #D3D79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D79E

Black with #D3D79E

Text Example


Text Example

White with #D3D79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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