Html Css Color HEX #D6DFAF Orinoco

📋 copy color: '#D6DFAF'

red 214 ◦ green 223 ◦ blue 175

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

Shades of Orinoco #D6DFAF

Tints of Orinoco #D6DFAF

RGB

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

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

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

R = 34.97%
G = 36.44%
B = 28.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D6DFAF (or 0xD6DFAF) is known color: Orinoco. HEX triplet: D6, DF and AF. RGB value is (214,223,175). Sum of RGB (Red+Green+Blue) = 214+223+175=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAF is #292050. Grayscale: #D7D7D7. Windows color (decimal): -2695249 or 11526102. OLE color: 11526102.

HSL color Cylindrical-coordinate representation of color #D6DFAF: hue angle of 71.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6DFAF is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 175 -
CMYK 0.04 0 0.22 0.13
HSL 71.25º 0.43% 0.78% -
HSV(B) 71.25º 0.22% 0.87% -
XYZ 61.86 70.17 50.84 -
YUV 214.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 214 223 175 0.04 0 0.22 0.13 71.25 0.43 0.78
Hex D6 DF AF 4 0 16 D 47 2B 4E
Octal 326 337 257 4 0 26 15 107 53 116
Binary 11010110 11011111 10101111 100 0 10110 1101 1000111 101011 1001110

Color Harmonies of #D6DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFAF

Black with #D6DFAF

Text Example


Text Example

White with #D6DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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