Html Css Color HEX #D5DAB0 Orinoco

📋 copy color: '#D5DAB0'

red 213 ◦ green 218 ◦ blue 176

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

Shades of Orinoco #D5DAB0

Tints of Orinoco #D5DAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29%

R = 35.09%
G = 35.91%
B = 29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D5DAB0 (or 0xD5DAB0) is known color: Orinoco. HEX triplet: D5, DA and B0. RGB value is (213,218,176). Sum of RGB (Red+Green+Blue) = 213+218+176=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAB0 is #2A254F. Grayscale: #D3D3D3. Windows color (decimal): -2762064 or 11590357. OLE color: 11590357.

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

Color convert

RGB 213 218 176 -
CMYK 0.02 0 0.19 0.15
HSL 67.14º 0.36% 0.77% -
HSV(B) 67.14º 0.19% 0.85% -
XYZ 60.35 67.42 50.91 -
YUV 211.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 213 218 176 0.02 0 0.19 0.15 67.14 0.36 0.77
Hex D5 DA B0 2 0 13 F 43 24 4D
Octal 325 332 260 2 0 23 17 103 44 115
Binary 11010101 11011010 10110000 10 0 10011 1111 1000011 100100 1001101

Color Harmonies of #D5DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAB0

Black with #D5DAB0

Text Example


Text Example

White with #D5DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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