Html Css Color HEX #D5DAB5 Orinoco

📋 copy color: '#D5DAB5'

red 213 ◦ green 218 ◦ blue 181

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

Shades of Orinoco #D5DAB5

Tints of Orinoco #D5DAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.58%

R = 34.8%
G = 35.62%
B = 29.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D5DAB5 (or 0xD5DAB5) is known color: Orinoco. HEX triplet: D5, DA and B5. RGB value is (213,218,181). Sum of RGB (Red+Green+Blue) = 213+218+181=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAB5 is #2A254A. Grayscale: #D4D4D4. Windows color (decimal): -2762059 or 11918037. OLE color: 11918037.

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

Color convert

RGB 213 218 181 -
CMYK 0.02 0 0.17 0.15
HSL 68.11º 0.33% 0.78% -
HSV(B) 68.11º 0.17% 0.85% -
XYZ 60.85 67.63 53.56 -
YUV 212.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 213 218 181 0.02 0 0.17 0.15 68.11 0.33 0.78
Hex D5 DA B5 2 0 11 F 44 21 4E
Octal 325 332 265 2 0 21 17 104 41 116
Binary 11010101 11011010 10110101 10 0 10001 1111 1000100 100001 1001110

Color Harmonies of #D5DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAB5

Black with #D5DAB5

Text Example


Text Example

White with #D5DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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