Html Css Color HEX #D5DABA Orinoco

📋 copy color: '#D5DABA'

red 213 ◦ green 218 ◦ blue 186

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

Shades of Orinoco #D5DABA

Tints of Orinoco #D5DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 34.52%
G = 35.33%
B = 30.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D5DABA (or 0xD5DABA) is known color: Orinoco. HEX triplet: D5, DA and BA. RGB value is (213,218,186). Sum of RGB (Red+Green+Blue) = 213+218+186=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABA is #2A2545. Grayscale: #D4D4D4. Windows color (decimal): -2762054 or 12245717. OLE color: 12245717.

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

Color convert

RGB 213 218 186 -
CMYK 0.02 0 0.15 0.15
HSL 69.38º 0.3% 0.79% -
HSV(B) 69.38º 0.15% 0.85% -
XYZ 61.37 67.83 56.31 -
YUV 212.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 213 218 186 0.02 0 0.15 0.15 69.38 0.3 0.79
Hex D5 DA BA 2 0 F F 45 1E 4F
Octal 325 332 272 2 0 17 17 105 36 117
Binary 11010101 11011010 10111010 10 0 1111 1111 1000101 11110 1001111

Color Harmonies of #D5DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DABA

Black with #D5DABA

Text Example


Text Example

White with #D5DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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