Html Css Color HEX #D6DCB5 Orinoco

📋 copy color: '#D6DCB5'

red 214 ◦ green 220 ◦ blue 181

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

Shades of Orinoco #D6DCB5

Tints of Orinoco #D6DCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.43%

R = 34.8%
G = 35.77%
B = 29.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D6DCB5 (or 0xD6DCB5) is known color: Orinoco. HEX triplet: D6, DC and B5. RGB value is (214,220,181). Sum of RGB (Red+Green+Blue) = 214+220+181=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCB5 is #29234A. Grayscale: #D5D5D5. Windows color (decimal): -2696011 or 11918550. OLE color: 11918550.

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

Color convert

RGB 214 220 181 -
CMYK 0.03 0 0.18 0.14
HSL 69.23º 0.36% 0.79% -
HSV(B) 69.23º 0.18% 0.86% -
XYZ 61.67 68.82 53.75 -
YUV 213.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 214 220 181 0.03 0 0.18 0.14 69.23 0.36 0.79
Hex D6 DC B5 3 0 12 E 45 24 4F
Octal 326 334 265 3 0 22 16 105 44 117
Binary 11010110 11011100 10110101 11 0 10010 1110 1000101 100100 1001111

Color Harmonies of #D6DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCB5

Black with #D6DCB5

Text Example


Text Example

White with #D6DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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