Html Css Color HEX #D5D8B6 Orinoco

📋 copy color: '#D5D8B6'

red 213 ◦ green 216 ◦ blue 182

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

Shades of Orinoco #D5D8B6

Tints of Orinoco #D5D8B6

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

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

 BLUE value IS 182 (71.48% from 255) = 29.79%

R = 34.86%
G = 35.35%
B = 29.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D5D8B6 (or 0xD5D8B6) is known color: Orinoco. HEX triplet: D5, D8 and B6. RGB value is (213,216,182). Sum of RGB (Red+Green+Blue) = 213+216+182=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8B6 is #2A2749. Grayscale: #D3D3D3. Windows color (decimal): -2762570 or 11983061. OLE color: 11983061.

HSL color Cylindrical-coordinate representation of color #D5D8B6: hue angle of 65.29º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5D8B6 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 182 -
CMYK 0.01 0 0.16 0.15
HSL 65.29º 0.3% 0.78% -
HSV(B) 65.29º 0.16% 0.85% -
XYZ 60.44 66.64 53.93 -
YUV 211.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 213 216 182 0.01 0 0.16 0.15 65.29 0.3 0.78
Hex D5 D8 B6 1 0 10 F 41 1E 4E
Octal 325 330 266 1 0 20 17 101 36 116
Binary 11010101 11011000 10110110 1 0 10000 1111 1000001 11110 1001110

Color Harmonies of #D5D8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8B6

Black with #D5D8B6

Text Example


Text Example

White with #D5D8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8B6; }

 p { color: rgb(213,216,182); }

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

background-color css

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

 a { background-color: rgb(213,216,182); }

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

border-color css

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

 span { border-color: rgb(213,216,182); }

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