Html Css Color HEX #D6DBAF Orinoco

📋 copy color: '#D6DBAF'

red 214 ◦ green 219 ◦ blue 175

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

Shades of Orinoco #D6DBAF

Tints of Orinoco #D6DBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 35.2%
G = 36.02%
B = 28.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#D6DBAF (or 0xD6DBAF) is known color: Orinoco. HEX triplet: D6, DB and AF. RGB value is (214,219,175). Sum of RGB (Red+Green+Blue) = 214+219+175=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DBAF is #292450. Grayscale: #D4D4D4. Windows color (decimal): -2696273 or 11525078. OLE color: 11525078.

HSL color Cylindrical-coordinate representation of color #D6DBAF: hue angle of 66.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DBAF is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 175 -
CMYK 0.02 0 0.20 0.14
HSL 66.82º 0.38% 0.77% -
HSV(B) 66.82º 0.2% 0.86% -
XYZ 60.8 68.05 50.49 -
YUV 212.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 214 219 175 0.02 0 0.20 0.14 66.82 0.38 0.77
Hex D6 DB AF 2 0 14 E 43 26 4D
Octal 326 333 257 2 0 24 16 103 46 115
Binary 11010110 11011011 10101111 10 0 10100 1110 1000011 100110 1001101

Color Harmonies of #D6DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBAF

Black with #D6DBAF

Text Example


Text Example

White with #D6DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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