Html Css Color HEX #D5DAAE Orinoco

📋 copy color: '#D5DAAE'

red 213 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D5DAAE

Tints of Orinoco #D5DAAE

RGB

 RED value IS 213 (83.59% from 255) = 35.21%

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

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

R = 35.21%
G = 36.03%
B = 28.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D5DAAE (or 0xD5DAAE) is known color: Orinoco. HEX triplet: D5, DA and AE. RGB value is (213,218,174). Sum of RGB (Red+Green+Blue) = 213+218+174=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAAE is #2A2551. Grayscale: #D3D3D3. Windows color (decimal): -2762066 or 11459285. OLE color: 11459285.

HSL color Cylindrical-coordinate representation of color #D5DAAE: hue angle of 66.82º 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 #D5DAAE is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 174 -
CMYK 0.02 0 0.20 0.15
HSL 66.82º 0.37% 0.77% -
HSV(B) 66.82º 0.2% 0.85% -
XYZ 60.15 67.34 49.87 -
YUV 211.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 213 218 174 0.02 0 0.20 0.15 66.82 0.37 0.77
Hex D5 DA AE 2 0 14 F 43 25 4D
Octal 325 332 256 2 0 24 17 103 45 115
Binary 11010101 11011010 10101110 10 0 10100 1111 1000011 100101 1001101

Color Harmonies of #D5DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAAE

Black with #D5DAAE

Text Example


Text Example

White with #D5DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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