Html Css Color HEX #D2DFAE Orinoco

📋 copy color: '#D2DFAE'

red 210 ◦ green 223 ◦ blue 174

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

Shades of Orinoco #D2DFAE

Tints of Orinoco #D2DFAE

RGB

 RED value IS 210 (82.42% from 255) = 34.6%

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

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

R = 34.6%
G = 36.74%
B = 28.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D2DFAE (or 0xD2DFAE) is known color: Orinoco. HEX triplet: D2, DF and AE. RGB value is (210,223,174). Sum of RGB (Red+Green+Blue) = 210+223+174=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFAE is #2D2051. Grayscale: #D5D5D5. Windows color (decimal): -2957394 or 11460562. OLE color: 11460562.

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

Color convert

RGB 210 223 174 -
CMYK 0.06 0 0.22 0.13
HSL 75.92º 0.43% 0.78% -
HSV(B) 75.92º 0.22% 0.87% -
XYZ 60.61 69.53 50.27 -
YUV 213.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 210 223 174 0.06 0 0.22 0.13 75.92 0.43 0.78
Hex D2 DF AE 6 0 16 D 4C 2B 4E
Octal 322 337 256 6 0 26 15 114 53 116
Binary 11010010 11011111 10101110 110 0 10110 1101 1001100 101011 1001110

Color Harmonies of #D2DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFAE

Black with #D2DFAE

Text Example


Text Example

White with #D2DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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