Html Css Color HEX #D6DDB9 Orinoco

📋 copy color: '#D6DDB9'

red 214 ◦ green 221 ◦ blue 185

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

Shades of Orinoco #D6DDB9

Tints of Orinoco #D6DDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.84%

R = 34.52%
G = 35.65%
B = 29.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D6DDB9 (or 0xD6DDB9) is known color: Orinoco. HEX triplet: D6, DD and B9. RGB value is (214,221,185). Sum of RGB (Red+Green+Blue) = 214+221+185=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDB9 is #292246. Grayscale: #D6D6D6. Windows color (decimal): -2695751 or 12180950. OLE color: 12180950.

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

Color convert

RGB 214 221 185 -
CMYK 0.03 0 0.16 0.13
HSL 71.67º 0.35% 0.8% -
HSV(B) 71.67º 0.16% 0.87% -
XYZ 62.34 69.51 56.03 -
YUV 214.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 214 221 185 0.03 0 0.16 0.13 71.67 0.35 0.8
Hex D6 DD B9 3 0 10 D 48 23 50
Octal 326 335 271 3 0 20 15 110 43 120
Binary 11010110 11011101 10111001 11 0 10000 1101 1001000 100011 1010000

Color Harmonies of #D6DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDB9

Black with #D6DDB9

Text Example


Text Example

White with #D6DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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