Html Css Color HEX #D2DDAE Orinoco

📋 copy color: '#D2DDAE'

red 210 ◦ green 221 ◦ blue 174

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

Shades of Orinoco #D2DDAE

Tints of Orinoco #D2DDAE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

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

R = 34.71%
G = 36.53%
B = 28.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D2DDAE (or 0xD2DDAE) is known color: Orinoco. HEX triplet: D2, DD and AE. RGB value is (210,221,174). Sum of RGB (Red+Green+Blue) = 210+221+174=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DDAE is #2D2251. Grayscale: #D4D4D4. Windows color (decimal): -2957906 or 11460050. OLE color: 11460050.

HSL color Cylindrical-coordinate representation of color #D2DDAE: hue angle of 74.04º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2DDAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 174 -
CMYK 0.05 0 0.21 0.13
HSL 74.04º 0.41% 0.77% -
HSV(B) 74.04º 0.21% 0.87% -
XYZ 60.07 68.47 50.09 -
YUV 212.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 210 221 174 0.05 0 0.21 0.13 74.04 0.41 0.77
Hex D2 DD AE 5 0 15 D 4A 29 4D
Octal 322 335 256 5 0 25 15 112 51 115
Binary 11010010 11011101 10101110 101 0 10101 1101 1001010 101001 1001101

Color Harmonies of #D2DDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDAE

Black with #D2DDAE

Text Example


Text Example

White with #D2DDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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