Html Css Color HEX #D6DCAE Orinoco

📋 copy color: '#D6DCAE'

red 214 ◦ green 220 ◦ blue 174

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

Shades of Orinoco #D6DCAE

Tints of Orinoco #D6DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

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

R = 35.2%
G = 36.18%
B = 28.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D6DCAE (or 0xD6DCAE) is known color: Orinoco. HEX triplet: D6, DC and AE. RGB value is (214,220,174). Sum of RGB (Red+Green+Blue) = 214+220+174=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAE is #292351. Grayscale: #D5D5D5. Windows color (decimal): -2696018 or 11459798. OLE color: 11459798.

HSL color Cylindrical-coordinate representation of color #D6DCAE: hue angle of 67.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6DCAE is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 174 -
CMYK 0.03 0 0.21 0.14
HSL 67.83º 0.4% 0.77% -
HSV(B) 67.83º 0.21% 0.86% -
XYZ 60.96 68.54 50.06 -
YUV 212.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 214 220 174 0.03 0 0.21 0.14 67.83 0.4 0.77
Hex D6 DC AE 3 0 15 E 44 28 4D
Octal 326 334 256 3 0 25 16 104 50 115
Binary 11010110 11011100 10101110 11 0 10101 1110 1000100 101000 1001101

Color Harmonies of #D6DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCAE

Black with #D6DCAE

Text Example


Text Example

White with #D6DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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