Html Css Color HEX #D6DDAB Orinoco

📋 copy color: '#D6DDAB'

red 214 ◦ green 221 ◦ blue 171

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

Shades of Orinoco #D6DDAB

Tints of Orinoco #D6DDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 35.31%
G = 36.47%
B = 28.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D6DDAB (or 0xD6DDAB) is known color: Orinoco. HEX triplet: D6, DD and AB. RGB value is (214,221,171). Sum of RGB (Red+Green+Blue) = 214+221+171=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDAB is #292254. Grayscale: #D5D5D5. Windows color (decimal): -2695765 or 11263446. OLE color: 11263446.

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

Color convert

RGB 214 221 171 -
CMYK 0.03 0 0.23 0.13
HSL 68.4º 0.42% 0.77% -
HSV(B) 68.4º 0.23% 0.87% -
XYZ 60.94 68.95 48.62 -
YUV 213.21 104.18 128.57 -
System Red Green Blue C M Y K H S L
Decimal 214 221 171 0.03 0 0.23 0.13 68.4 0.42 0.77
Hex D6 DD AB 3 0 17 D 44 2A 4D
Octal 326 335 253 3 0 27 15 104 52 115
Binary 11010110 11011101 10101011 11 0 10111 1101 1000100 101010 1001101

Color Harmonies of #D6DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDAB

Black with #D6DDAB

Text Example


Text Example

White with #D6DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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