Html Css Color HEX #D6DCAD Orinoco

📋 copy color: '#D6DCAD'

red 214 ◦ green 220 ◦ blue 173

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

Shades of Orinoco #D6DCAD

Tints of Orinoco #D6DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.5%

R = 35.26%
G = 36.24%
B = 28.5%

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

#D6DCAD (or 0xD6DCAD) is known color: Orinoco. HEX triplet: D6, DC and AD. RGB value is (214,220,173). Sum of RGB (Red+Green+Blue) = 214+220+173=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAD is #292352. Grayscale: #D5D5D5. Windows color (decimal): -2696019 or 11394262. OLE color: 11394262.

HSL color Cylindrical-coordinate representation of color #D6DCAD: hue angle of 67.66º 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 #D6DCAD is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 173 -
CMYK 0.03 0 0.21 0.14
HSL 67.66º 0.4% 0.77% -
HSV(B) 67.66º 0.21% 0.86% -
XYZ 60.87 68.5 49.55 -
YUV 212.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 214 220 173 0.03 0 0.21 0.14 67.66 0.4 0.77
Hex D6 DC AD 3 0 15 E 44 28 4D
Octal 326 334 255 3 0 25 16 104 50 115
Binary 11010110 11011100 10101101 11 0 10101 1110 1000100 101000 1001101

Color Harmonies of #D6DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCAD

Black with #D6DCAD

Text Example


Text Example

White with #D6DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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