Html Css Color HEX #D6DFAC Orinoco

📋 copy color: '#D6DFAC'

red 214 ◦ green 223 ◦ blue 172

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

Shades of Orinoco #D6DFAC

Tints of Orinoco #D6DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 35.14%
G = 36.62%
B = 28.24%

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

#D6DFAC (or 0xD6DFAC) is known color: Orinoco. HEX triplet: D6, DF and AC. RGB value is (214,223,172). Sum of RGB (Red+Green+Blue) = 214+223+172=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAC is #292053. Grayscale: #D6D6D6. Windows color (decimal): -2695252 or 11329494. OLE color: 11329494.

HSL color Cylindrical-coordinate representation of color #D6DFAC: hue angle of 70.59º degrees, saturation: 0.44, 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 #D6DFAC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 172 -
CMYK 0.04 0 0.23 0.13
HSL 70.59º 0.44% 0.77% -
HSV(B) 70.59º 0.23% 0.87% -
XYZ 61.57 70.05 49.31 -
YUV 214.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 214 223 172 0.04 0 0.23 0.13 70.59 0.44 0.77
Hex D6 DF AC 4 0 17 D 47 2C 4D
Octal 326 337 254 4 0 27 15 107 54 115
Binary 11010110 11011111 10101100 100 0 10111 1101 1000111 101100 1001101

Color Harmonies of #D6DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFAC

Black with #D6DFAC

Text Example


Text Example

White with #D6DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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