Html Css Color HEX #D6DDAC Orinoco

📋 copy color: '#D6DDAC'

red 214 ◦ green 221 ◦ blue 172

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

Shades of Orinoco #D6DDAC

Tints of Orinoco #D6DDAC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 35.26%
G = 36.41%
B = 28.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D6DDAC (or 0xD6DDAC) is known color: Orinoco. HEX triplet: D6, DD and AC. RGB value is (214,221,172). Sum of RGB (Red+Green+Blue) = 214+221+172=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDAC is #292253. Grayscale: #D5D5D5. Windows color (decimal): -2695764 or 11328982. OLE color: 11328982.

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

Color convert

RGB 214 221 172 -
CMYK 0.03 0 0.22 0.13
HSL 68.57º 0.42% 0.77% -
HSV(B) 68.57º 0.22% 0.87% -
XYZ 61.03 68.99 49.13 -
YUV 213.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 214 221 172 0.03 0 0.22 0.13 68.57 0.42 0.77
Hex D6 DD AC 3 0 16 D 45 2A 4D
Octal 326 335 254 3 0 26 15 105 52 115
Binary 11010110 11011101 10101100 11 0 10110 1101 1000101 101010 1001101

Color Harmonies of #D6DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDAC

Black with #D6DDAC

Text Example


Text Example

White with #D6DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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