Html Css Color HEX #D5D9B7 Orinoco

📋 copy color: '#D5D9B7'

red 213 ◦ green 217 ◦ blue 183

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

Shades of Orinoco #D5D9B7

Tints of Orinoco #D5D9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 34.75%
G = 35.4%
B = 29.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D5D9B7 (or 0xD5D9B7) is known color: Orinoco. HEX triplet: D5, D9 and B7. RGB value is (213,217,183). Sum of RGB (Red+Green+Blue) = 213+217+183=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9B7 is #2A2648. Grayscale: #D4D4D4. Windows color (decimal): -2762313 or 12048853. OLE color: 12048853.

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

Color convert

RGB 213 217 183 -
CMYK 0.02 0 0.16 0.15
HSL 67.06º 0.31% 0.78% -
HSV(B) 67.06º 0.16% 0.85% -
XYZ 60.8 67.19 54.56 -
YUV 211.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 213 217 183 0.02 0 0.16 0.15 67.06 0.31 0.78
Hex D5 D9 B7 2 0 10 F 43 1F 4E
Octal 325 331 267 2 0 20 17 103 37 116
Binary 11010101 11011001 10110111 10 0 10000 1111 1000011 11111 1001110

Color Harmonies of #D5D9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9B7

Black with #D5D9B7

Text Example


Text Example

White with #D5D9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9B7; }

 p { color: rgb(213,217,183); }

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

background-color css

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

 a { background-color: rgb(213,217,183); }

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

border-color css

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

 span { border-color: rgb(213,217,183); }

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