Html Css Color HEX #D6DDB1 Orinoco

📋 copy color: '#D6DDB1'

red 214 ◦ green 221 ◦ blue 177

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

Shades of Orinoco #D6DDB1

Tints of Orinoco #D6DDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.92%

R = 34.97%
G = 36.11%
B = 28.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#D6DDB1 (or 0xD6DDB1) is known color: Orinoco. HEX triplet: D6, DD and B1. RGB value is (214,221,177). Sum of RGB (Red+Green+Blue) = 214+221+177=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDB1 is #29224E. Grayscale: #D6D6D6. Windows color (decimal): -2695759 or 11656662. OLE color: 11656662.

HSL color Cylindrical-coordinate representation of color #D6DDB1: hue angle of 69.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DDB1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 177 -
CMYK 0.03 0 0.20 0.13
HSL 69.55º 0.39% 0.78% -
HSV(B) 69.55º 0.2% 0.87% -
XYZ 61.52 69.18 51.71 -
YUV 213.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 214 221 177 0.03 0 0.20 0.13 69.55 0.39 0.78
Hex D6 DD B1 3 0 14 D 46 27 4E
Octal 326 335 261 3 0 24 15 106 47 116
Binary 11010110 11011101 10110001 11 0 10100 1101 1000110 100111 1001110

Color Harmonies of #D6DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDB1

Black with #D6DDB1

Text Example


Text Example

White with #D6DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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