Html Css Color HEX #D6D7AE Orinoco

📋 copy color: '#D6D7AE'

red 214 ◦ green 215 ◦ blue 174

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

Shades of Orinoco #D6D7AE

Tints of Orinoco #D6D7AE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.66%

 BLUE value IS 174 (68.36% from 255) = 28.86%

R = 35.49%
G = 35.66%
B = 28.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6D7AE (or 0xD6D7AE) is known color: Orinoco. HEX triplet: D6, D7 and AE. RGB value is (214,215,174). Sum of RGB (Red+Green+Blue) = 214+215+174=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D7AE is #292851. Grayscale: #D2D2D2. Windows color (decimal): -2697298 or 11458518. OLE color: 11458518.

HSL color Cylindrical-coordinate representation of color #D6D7AE: hue angle of 61.46º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6D7AE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 174 -
CMYK 0.00 0 0.19 0.16
HSL 61.46º 0.34% 0.76% -
HSV(B) 61.46º 0.19% 0.84% -
XYZ 59.67 65.95 49.63 -
YUV 210.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 214 215 174 0.00 0 0.19 0.16 61.46 0.34 0.76
Hex D6 D7 AE 0 0 13 10 3D 22 4C
Octal 326 327 256 0 0 23 20 75 42 114
Binary 11010110 11010111 10101110 0 0 10011 10000 111101 100010 1001100

Color Harmonies of #D6D7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7AE

Black with #D6D7AE

Text Example


Text Example

White with #D6D7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7AE; }

 p { color: rgb(214,215,174); }

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

background-color css

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

 a { background-color: rgb(214,215,174); }

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

border-color css

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

 span { border-color: rgb(214,215,174); }

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