Html Css Color HEX #D6DDB7 Orinoco

📋 copy color: '#D6DDB7'

red 214 ◦ green 221 ◦ blue 183

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

Shades of Orinoco #D6DDB7

Tints of Orinoco #D6DDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.61%

R = 34.63%
G = 35.76%
B = 29.61%

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

#D6DDB7 (or 0xD6DDB7) is known color: Orinoco. HEX triplet: D6, DD and B7. RGB value is (214,221,183). Sum of RGB (Red+Green+Blue) = 214+221+183=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDB7 is #292248. Grayscale: #D6D6D6. Windows color (decimal): -2695753 or 12049878. OLE color: 12049878.

HSL color Cylindrical-coordinate representation of color #D6DDB7: hue angle of 71.05º degrees, saturation: 0.36, 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 #D6DDB7 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 183 -
CMYK 0.03 0 0.17 0.13
HSL 71.05º 0.36% 0.79% -
HSV(B) 71.05º 0.17% 0.87% -
XYZ 62.14 69.43 54.93 -
YUV 214.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 214 221 183 0.03 0 0.17 0.13 71.05 0.36 0.79
Hex D6 DD B7 3 0 11 D 47 24 4F
Octal 326 335 267 3 0 21 15 107 44 117
Binary 11010110 11011101 10110111 11 0 10001 1101 1000111 100100 1001111

Color Harmonies of #D6DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDB7

Black with #D6DDB7

Text Example


Text Example

White with #D6DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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