Html Css Color HEX #D5DAB8 Orinoco

📋 copy color: '#D5DAB8'

red 213 ◦ green 218 ◦ blue 184

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

Shades of Orinoco #D5DAB8

Tints of Orinoco #D5DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.45%

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

R = 34.63%
G = 35.45%
B = 29.92%

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

#D5DAB8 (or 0xD5DAB8) is known color: Orinoco. HEX triplet: D5, DA and B8. RGB value is (213,218,184). Sum of RGB (Red+Green+Blue) = 213+218+184=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAB8 is #2A2547. Grayscale: #D4D4D4. Windows color (decimal): -2762056 or 12114645. OLE color: 12114645.

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

Color convert

RGB 213 218 184 -
CMYK 0.02 0 0.16 0.15
HSL 68.82º 0.31% 0.79% -
HSV(B) 68.82º 0.16% 0.85% -
XYZ 61.16 67.75 55.2 -
YUV 212.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 213 218 184 0.02 0 0.16 0.15 68.82 0.31 0.79
Hex D5 DA B8 2 0 10 F 45 1F 4F
Octal 325 332 270 2 0 20 17 105 37 117
Binary 11010101 11011010 10111000 10 0 10000 1111 1000101 11111 1001111

Color Harmonies of #D5DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAB8

Black with #D5DAB8

Text Example


Text Example

White with #D5DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAB8; }

 p { color: rgb(213,218,184); }

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

background-color css

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

 a { background-color: rgb(213,218,184); }

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

border-color css

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

 span { border-color: rgb(213,218,184); }

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