Html Css Color HEX #D5D9BB Orinoco

📋 copy color: '#D5D9BB'

red 213 ◦ green 217 ◦ blue 187

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

Shades of Orinoco #D5D9BB

Tints of Orinoco #D5D9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.31%

R = 34.52%
G = 35.17%
B = 30.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D5D9BB (or 0xD5D9BB) is known color: Orinoco. HEX triplet: D5, D9 and BB. RGB value is (213,217,187). Sum of RGB (Red+Green+Blue) = 213+217+187=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9BB is #2A2644. Grayscale: #D4D4D4. Windows color (decimal): -2762309 or 12310997. OLE color: 12310997.

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

Color convert

RGB 213 217 187 -
CMYK 0.02 0 0.14 0.15
HSL 68º 0.28% 0.79% -
HSV(B) 68º 0.14% 0.85% -
XYZ 61.22 67.36 56.79 -
YUV 212.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 213 217 187 0.02 0 0.14 0.15 68 0.28 0.79
Hex D5 D9 BB 2 0 E F 44 1C 4F
Octal 325 331 273 2 0 16 17 104 34 117
Binary 11010101 11011001 10111011 10 0 1110 1111 1000100 11100 1001111

Color Harmonies of #D5D9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9BB

Black with #D5D9BB

Text Example


Text Example

White with #D5D9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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