Html Css Color HEX #D0DDAE Orinoco

📋 copy color: '#D0DDAE'

red 208 ◦ green 221 ◦ blue 174

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

Shades of Orinoco #D0DDAE

Tints of Orinoco #D0DDAE

RGB

 RED value IS 208 (81.64% from 255) = 34.49%

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

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

R = 34.49%
G = 36.65%
B = 28.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D0DDAE (or 0xD0DDAE) is known color: Orinoco. HEX triplet: D0, DD and AE. RGB value is (208,221,174). Sum of RGB (Red+Green+Blue) = 208+221+174=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDAE is #2F2251. Grayscale: #D3D3D3. Windows color (decimal): -3088978 or 11460048. OLE color: 11460048.

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

Color convert

RGB 208 221 174 -
CMYK 0.06 0 0.21 0.13
HSL 76.6º 0.41% 0.77% -
HSV(B) 76.6º 0.21% 0.87% -
XYZ 59.51 68.18 50.07 -
YUV 211.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 208 221 174 0.06 0 0.21 0.13 76.6 0.41 0.77
Hex D0 DD AE 6 0 15 D 4D 29 4D
Octal 320 335 256 6 0 25 15 115 51 115
Binary 11010000 11011101 10101110 110 0 10101 1101 1001101 101001 1001101

Color Harmonies of #D0DDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDAE

Black with #D0DDAE

Text Example


Text Example

White with #D0DDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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