Html Css Color HEX #D6DDAF Orinoco

📋 copy color: '#D6DDAF'

red 214 ◦ green 221 ◦ blue 175

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

Shades of Orinoco #D6DDAF

Tints of Orinoco #D6DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.69%

R = 35.08%
G = 36.23%
B = 28.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D6DDAF (or 0xD6DDAF) is known color: Orinoco. HEX triplet: D6, DD and AF. RGB value is (214,221,175). Sum of RGB (Red+Green+Blue) = 214+221+175=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDAF is #292250. Grayscale: #D5D5D5. Windows color (decimal): -2695761 or 11525590. OLE color: 11525590.

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

Color convert

RGB 214 221 175 -
CMYK 0.03 0 0.21 0.13
HSL 69.13º 0.4% 0.78% -
HSV(B) 69.13º 0.21% 0.87% -
XYZ 61.33 69.1 50.66 -
YUV 213.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 214 221 175 0.03 0 0.21 0.13 69.13 0.4 0.78
Hex D6 DD AF 3 0 15 D 45 28 4E
Octal 326 335 257 3 0 25 15 105 50 116
Binary 11010110 11011101 10101111 11 0 10101 1101 1000101 101000 1001110

Color Harmonies of #D6DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDAF

Black with #D6DDAF

Text Example


Text Example

White with #D6DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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