Html Css Color HEX #D6DCAB Orinoco

📋 copy color: '#D6DCAB'

red 214 ◦ green 220 ◦ blue 171

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

Shades of Orinoco #D6DCAB

Tints of Orinoco #D6DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 35.37%
G = 36.36%
B = 28.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D6DCAB (or 0xD6DCAB) is known color: Orinoco. HEX triplet: D6, DC and AB. RGB value is (214,220,171). Sum of RGB (Red+Green+Blue) = 214+220+171=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAB is #292354. Grayscale: #D4D4D4. Windows color (decimal): -2696021 or 11263190. OLE color: 11263190.

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

Color convert

RGB 214 220 171 -
CMYK 0.03 0 0.22 0.14
HSL 67.35º 0.41% 0.77% -
HSV(B) 67.35º 0.22% 0.86% -
XYZ 60.68 68.42 48.54 -
YUV 212.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 214 220 171 0.03 0 0.22 0.14 67.35 0.41 0.77
Hex D6 DC AB 3 0 16 E 43 29 4D
Octal 326 334 253 3 0 26 16 103 51 115
Binary 11010110 11011100 10101011 11 0 10110 1110 1000011 101001 1001101

Color Harmonies of #D6DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCAB

Black with #D6DCAB

Text Example


Text Example

White with #D6DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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