Html Css Color HEX #D6DCB7 Orinoco

📋 copy color: '#D6DCB7'

red 214 ◦ green 220 ◦ blue 183

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

Shades of Orinoco #D6DCB7

Tints of Orinoco #D6DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.66%

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

R = 34.68%
G = 35.66%
B = 29.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#D6DCB7 (or 0xD6DCB7) is known color: Orinoco. HEX triplet: D6, DC and B7. RGB value is (214,220,183). Sum of RGB (Red+Green+Blue) = 214+220+183=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCB7 is #292348. Grayscale: #D6D6D6. Windows color (decimal): -2696009 or 12049622. OLE color: 12049622.

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

Color convert

RGB 214 220 183 -
CMYK 0.03 0 0.17 0.14
HSL 69.73º 0.35% 0.79% -
HSV(B) 69.73º 0.17% 0.86% -
XYZ 61.87 68.9 54.84 -
YUV 213.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 214 220 183 0.03 0 0.17 0.14 69.73 0.35 0.79
Hex D6 DC B7 3 0 11 E 46 23 4F
Octal 326 334 267 3 0 21 16 106 43 117
Binary 11010110 11011100 10110111 11 0 10001 1110 1000110 100011 1001111

Color Harmonies of #D6DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCB7

Black with #D6DCB7

Text Example


Text Example

White with #D6DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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