Html Css Color HEX #D6DDA7 Orinoco

📋 copy color: '#D6DDA7'

red 214 ◦ green 221 ◦ blue 167

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

Shades of Orinoco #D6DDA7

Tints of Orinoco #D6DDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.74%

R = 35.55%
G = 36.71%
B = 27.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D6DDA7 (or 0xD6DDA7) is known color: Orinoco. HEX triplet: D6, DD and A7. RGB value is (214,221,167). Sum of RGB (Red+Green+Blue) = 214+221+167=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDA7 is #292258. Grayscale: #D4D4D4. Windows color (decimal): -2695769 or 11001302. OLE color: 11001302.

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

Color convert

RGB 214 221 167 -
CMYK 0.03 0 0.24 0.13
HSL 67.78º 0.44% 0.76% -
HSV(B) 67.78º 0.24% 0.87% -
XYZ 60.56 68.8 46.65 -
YUV 212.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 214 221 167 0.03 0 0.24 0.13 67.78 0.44 0.76
Hex D6 DD A7 3 0 18 D 44 2C 4C
Octal 326 335 247 3 0 30 15 104 54 114
Binary 11010110 11011101 10100111 11 0 11000 1101 1000100 101100 1001100

Color Harmonies of #D6DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDA7

Black with #D6DDA7

Text Example


Text Example

White with #D6DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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