Html Css Color HEX #D6DFAE Orinoco

📋 copy color: '#D6DFAE'

red 214 ◦ green 223 ◦ blue 174

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

Shades of Orinoco #D6DFAE

Tints of Orinoco #D6DFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.48%

R = 35.02%
G = 36.5%
B = 28.48%

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

#D6DFAE (or 0xD6DFAE) is known color: Orinoco. HEX triplet: D6, DF and AE. RGB value is (214,223,174). Sum of RGB (Red+Green+Blue) = 214+223+174=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DFAE is #292051. Grayscale: #D6D6D6. Windows color (decimal): -2695250 or 11460566. OLE color: 11460566.

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

Color convert

RGB 214 223 174 -
CMYK 0.04 0 0.22 0.13
HSL 71.02º 0.43% 0.78% -
HSV(B) 71.02º 0.22% 0.87% -
XYZ 61.76 70.13 50.33 -
YUV 214.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 214 223 174 0.04 0 0.22 0.13 71.02 0.43 0.78
Hex D6 DF AE 4 0 16 D 47 2B 4E
Octal 326 337 256 4 0 26 15 107 53 116
Binary 11010110 11011111 10101110 100 0 10110 1101 1000111 101011 1001110

Color Harmonies of #D6DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFAE

Black with #D6DFAE

Text Example


Text Example

White with #D6DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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