Html Css Color HEX #D6DAAC Orinoco

📋 copy color: '#D6DAAC'

red 214 ◦ green 218 ◦ blue 172

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

Shades of Orinoco #D6DAAC

Tints of Orinoco #D6DAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.48%

R = 35.43%
G = 36.09%
B = 28.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D6DAAC (or 0xD6DAAC) is known color: Orinoco. HEX triplet: D6, DA and AC. RGB value is (214,218,172). Sum of RGB (Red+Green+Blue) = 214+218+172=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAAC is #292553. Grayscale: #D3D3D3. Windows color (decimal): -2696532 or 11328214. OLE color: 11328214.

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

Color convert

RGB 214 218 172 -
CMYK 0.02 0 0.21 0.15
HSL 65.22º 0.38% 0.76% -
HSV(B) 65.22º 0.21% 0.85% -
XYZ 60.25 67.42 48.87 -
YUV 211.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 214 218 172 0.02 0 0.21 0.15 65.22 0.38 0.76
Hex D6 DA AC 2 0 15 F 41 26 4C
Octal 326 332 254 2 0 25 17 101 46 114
Binary 11010110 11011010 10101100 10 0 10101 1111 1000001 100110 1001100

Color Harmonies of #D6DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAAC

Black with #D6DAAC

Text Example


Text Example

White with #D6DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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