Html Css Color HEX #D6DBAB Orinoco

📋 copy color: '#D6DBAB'

red 214 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D6DBAB

Tints of Orinoco #D6DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

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

R = 35.43%
G = 36.26%
B = 28.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D6DBAB (or 0xD6DBAB) is known color: Orinoco. HEX triplet: D6, DB and AB. RGB value is (214,219,171). Sum of RGB (Red+Green+Blue) = 214+219+171=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DBAB is #292454. Grayscale: #D4D4D4. Windows color (decimal): -2696277 or 11262934. OLE color: 11262934.

HSL color Cylindrical-coordinate representation of color #D6DBAB: hue angle of 66.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6DBAB is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 171 -
CMYK 0.02 0 0.22 0.14
HSL 66.25º 0.4% 0.76% -
HSV(B) 66.25º 0.22% 0.86% -
XYZ 60.41 67.9 48.45 -
YUV 212.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 214 219 171 0.02 0 0.22 0.14 66.25 0.4 0.76
Hex D6 DB AB 2 0 16 E 42 28 4C
Octal 326 333 253 2 0 26 16 102 50 114
Binary 11010110 11011011 10101011 10 0 10110 1110 1000010 101000 1001100

Color Harmonies of #D6DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBAB

Black with #D6DBAB

Text Example


Text Example

White with #D6DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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