Html Css Color HEX #D2DEAE Orinoco

📋 copy color: '#D2DEAE'

red 210 ◦ green 222 ◦ blue 174

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

Shades of Orinoco #D2DEAE

Tints of Orinoco #D2DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.63%

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

R = 34.65%
G = 36.63%
B = 28.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D2DEAE (or 0xD2DEAE) is known color: Orinoco. HEX triplet: D2, DE and AE. RGB value is (210,222,174). Sum of RGB (Red+Green+Blue) = 210+222+174=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DEAE is #2D2151. Grayscale: #D5D5D5. Windows color (decimal): -2957650 or 11460306. OLE color: 11460306.

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

Color convert

RGB 210 222 174 -
CMYK 0.05 0 0.22 0.13
HSL 75º 0.42% 0.78% -
HSV(B) 75º 0.22% 0.87% -
XYZ 60.34 69 50.18 -
YUV 212.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 210 222 174 0.05 0 0.22 0.13 75 0.42 0.78
Hex D2 DE AE 5 0 16 D 4B 2A 4E
Octal 322 336 256 5 0 26 15 113 52 116
Binary 11010010 11011110 10101110 101 0 10110 1101 1001011 101010 1001110

Color Harmonies of #D2DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEAE

Black with #D2DEAE

Text Example


Text Example

White with #D2DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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