Html Css Color HEX #D6DCAC Orinoco

📋 copy color: '#D6DCAC'

red 214 ◦ green 220 ◦ blue 172

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

Shades of Orinoco #D6DCAC

Tints of Orinoco #D6DCAC

RGB

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

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

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

R = 35.31%
G = 36.3%
B = 28.38%

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

#D6DCAC (or 0xD6DCAC) is known color: Orinoco. HEX triplet: D6, DC and AC. RGB value is (214,220,172). Sum of RGB (Red+Green+Blue) = 214+220+172=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAC is #292353. Grayscale: #D4D4D4. Windows color (decimal): -2696020 or 11328726. OLE color: 11328726.

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

Color convert

RGB 214 220 172 -
CMYK 0.03 0 0.22 0.14
HSL 67.5º 0.41% 0.77% -
HSV(B) 67.5º 0.22% 0.86% -
XYZ 60.77 68.46 49.04 -
YUV 212.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 214 220 172 0.03 0 0.22 0.14 67.5 0.41 0.77
Hex D6 DC AC 3 0 16 E 44 29 4D
Octal 326 334 254 3 0 26 16 104 51 115
Binary 11010110 11011100 10101100 11 0 10110 1110 1000100 101001 1001101

Color Harmonies of #D6DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCAC

Black with #D6DCAC

Text Example


Text Example

White with #D6DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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