Html Css Color HEX #D6DEAC Orinoco

📋 copy color: '#D6DEAC'

red 214 ◦ green 222 ◦ blue 172

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

Shades of Orinoco #D6DEAC

Tints of Orinoco #D6DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.51%

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

R = 35.2%
G = 36.51%
B = 28.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D6DEAC (or 0xD6DEAC) is known color: Orinoco. HEX triplet: D6, DE and AC. RGB value is (214,222,172). Sum of RGB (Red+Green+Blue) = 214+222+172=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAC is #292153. Grayscale: #D6D6D6. Windows color (decimal): -2695508 or 11329238. OLE color: 11329238.

HSL color Cylindrical-coordinate representation of color #D6DEAC: hue angle of 69.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6DEAC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 222 172 -
CMYK 0.04 0 0.23 0.13
HSL 69.6º 0.43% 0.77% -
HSV(B) 69.6º 0.23% 0.87% -
XYZ 61.3 69.52 49.22 -
YUV 213.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 214 222 172 0.04 0 0.23 0.13 69.6 0.43 0.77
Hex D6 DE AC 4 0 17 D 46 2B 4D
Octal 326 336 254 4 0 27 15 106 53 115
Binary 11010110 11011110 10101100 100 0 10111 1101 1000110 101011 1001101

Color Harmonies of #D6DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEAC

Black with #D6DEAC

Text Example


Text Example

White with #D6DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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