Html Css Color HEX #D6DDB8 Orinoco

📋 copy color: '#D6DDB8'

red 214 ◦ green 221 ◦ blue 184

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

Shades of Orinoco #D6DDB8

Tints of Orinoco #D6DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.73%

R = 34.57%
G = 35.7%
B = 29.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D6DDB8 (or 0xD6DDB8) is known color: Orinoco. HEX triplet: D6, DD and B8. RGB value is (214,221,184). Sum of RGB (Red+Green+Blue) = 214+221+184=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDB8 is #292247. Grayscale: #D6D6D6. Windows color (decimal): -2695752 or 12115414. OLE color: 12115414.

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

Color convert

RGB 214 221 184 -
CMYK 0.03 0 0.17 0.13
HSL 71.35º 0.35% 0.79% -
HSV(B) 71.35º 0.17% 0.87% -
XYZ 62.24 69.47 55.48 -
YUV 214.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 214 221 184 0.03 0 0.17 0.13 71.35 0.35 0.79
Hex D6 DD B8 3 0 11 D 47 23 4F
Octal 326 335 270 3 0 21 15 107 43 117
Binary 11010110 11011101 10111000 11 0 10001 1101 1000111 100011 1001111

Color Harmonies of #D6DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDB8

Black with #D6DDB8

Text Example


Text Example

White with #D6DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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