Html Css Color HEX #D0DAAE Orinoco

📋 copy color: '#D0DAAE'

red 208 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D0DAAE

Tints of Orinoco #D0DAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

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

R = 34.67%
G = 36.33%
B = 29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D0DAAE (or 0xD0DAAE) is known color: Orinoco. HEX triplet: D0, DA and AE. RGB value is (208,218,174). Sum of RGB (Red+Green+Blue) = 208+218+174=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAAE is #2F2551. Grayscale: #D2D2D2. Windows color (decimal): -3089746 or 11459280. OLE color: 11459280.

HSL color Cylindrical-coordinate representation of color #D0DAAE: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0DAAE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 218 174 -
CMYK 0.05 0 0.20 0.15
HSL 73.64º 0.37% 0.77% -
HSV(B) 73.64º 0.2% 0.85% -
XYZ 58.72 66.61 49.81 -
YUV 209.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 208 218 174 0.05 0 0.20 0.15 73.64 0.37 0.77
Hex D0 DA AE 5 0 14 F 4A 25 4D
Octal 320 332 256 5 0 24 17 112 45 115
Binary 11010000 11011010 10101110 101 0 10100 1111 1001010 100101 1001101

Color Harmonies of #D0DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DAAE

Black with #D0DAAE

Text Example


Text Example

White with #D0DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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