Html Css Color HEX #D3D7B8 Orinoco

📋 copy color: '#D3D7B8'

red 211 ◦ green 215 ◦ blue 184

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

Shades of Orinoco #D3D7B8

Tints of Orinoco #D3D7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.16%

R = 34.59%
G = 35.25%
B = 30.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D3D7B8 (or 0xD3D7B8) is known color: Orinoco. HEX triplet: D3, D7 and B8. RGB value is (211,215,184). Sum of RGB (Red+Green+Blue) = 211+215+184=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7B8 is #2C2847. Grayscale: #D2D2D2. Windows color (decimal): -2893896 or 12113875. OLE color: 12113875.

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

Color convert

RGB 211 215 184 -
CMYK 0.02 0 0.14 0.16
HSL 67.74º 0.28% 0.78% -
HSV(B) 67.74º 0.14% 0.84% -
XYZ 59.82 65.91 54.92 -
YUV 210.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 211 215 184 0.02 0 0.14 0.16 67.74 0.28 0.78
Hex D3 D7 B8 2 0 E 10 44 1C 4E
Octal 323 327 270 2 0 16 20 104 34 116
Binary 11010011 11010111 10111000 10 0 1110 10000 1000100 11100 1001110

Color Harmonies of #D3D7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D7B8

Black with #D3D7B8

Text Example


Text Example

White with #D3D7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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