Html Css Color HEX #D6DFAB Orinoco

📋 copy color: '#D6DFAB'

red 214 ◦ green 223 ◦ blue 171

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

Shades of Orinoco #D6DFAB

Tints of Orinoco #D6DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

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

R = 35.2%
G = 36.68%
B = 28.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D6DFAB (or 0xD6DFAB) is known color: Orinoco. HEX triplet: D6, DF and AB. RGB value is (214,223,171). Sum of RGB (Red+Green+Blue) = 214+223+171=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAB is #292054. Grayscale: #D6D6D6. Windows color (decimal): -2695253 or 11263958. OLE color: 11263958.

HSL color Cylindrical-coordinate representation of color #D6DFAB: hue angle of 70.38º degrees, saturation: 0.45, 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 #D6DFAB is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 171 -
CMYK 0.04 0 0.23 0.13
HSL 70.38º 0.45% 0.77% -
HSV(B) 70.38º 0.23% 0.87% -
XYZ 61.47 70.01 48.8 -
YUV 214.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 214 223 171 0.04 0 0.23 0.13 70.38 0.45 0.77
Hex D6 DF AB 4 0 17 D 46 2D 4D
Octal 326 337 253 4 0 27 15 106 55 115
Binary 11010110 11011111 10101011 100 0 10111 1101 1000110 101101 1001101

Color Harmonies of #D6DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFAB

Black with #D6DFAB

Text Example


Text Example

White with #D6DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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