Html Css Color HEX #D6DABA Orinoco

📋 copy color: '#D6DABA'

red 214 ◦ green 218 ◦ blue 186

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

Shades of Orinoco #D6DABA

Tints of Orinoco #D6DABA

RGB

 RED value IS 214 (83.98% from 255) = 34.63%

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

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

R = 34.63%
G = 35.28%
B = 30.1%

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

#D6DABA (or 0xD6DABA) is known color: Orinoco. HEX triplet: D6, DA and BA. RGB value is (214,218,186). Sum of RGB (Red+Green+Blue) = 214+218+186=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABA is #292545. Grayscale: #D5D5D5. Windows color (decimal): -2696518 or 12245718. OLE color: 12245718.

HSL color Cylindrical-coordinate representation of color #D6DABA: hue angle of 67.5º 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 #D6DABA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 186 -
CMYK 0.02 0 0.15 0.15
HSL 67.5º 0.3% 0.79% -
HSV(B) 67.5º 0.15% 0.85% -
XYZ 61.67 67.98 56.33 -
YUV 213.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 214 218 186 0.02 0 0.15 0.15 67.5 0.3 0.79
Hex D6 DA BA 2 0 F F 44 1E 4F
Octal 326 332 272 2 0 17 17 104 36 117
Binary 11010110 11011010 10111010 10 0 1111 1111 1000100 11110 1001111

Color Harmonies of #D6DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DABA

Black with #D6DABA

Text Example


Text Example

White with #D6DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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