Html Css Color HEX #D4DAAE Orinoco

📋 copy color: '#D4DAAE'

red 212 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D4DAAE

Tints of Orinoco #D4DAAE

RGB

 RED value IS 212 (83.2% from 255) = 35.1%

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

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

R = 35.1%
G = 36.09%
B = 28.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D4DAAE (or 0xD4DAAE) is known color: Orinoco. HEX triplet: D4, DA and AE. RGB value is (212,218,174). Sum of RGB (Red+Green+Blue) = 212+218+174=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAAE is #2B2551. Grayscale: #D3D3D3. Windows color (decimal): -2827602 or 11459284. OLE color: 11459284.

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

Color convert

RGB 212 218 174 -
CMYK 0.03 0 0.20 0.15
HSL 68.18º 0.37% 0.77% -
HSV(B) 68.18º 0.2% 0.85% -
XYZ 59.86 67.2 49.86 -
YUV 211.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 212 218 174 0.03 0 0.20 0.15 68.18 0.37 0.77
Hex D4 DA AE 3 0 14 F 44 25 4D
Octal 324 332 256 3 0 24 17 104 45 115
Binary 11010100 11011010 10101110 11 0 10100 1111 1000100 100101 1001101

Color Harmonies of #D4DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAAE

Black with #D4DAAE

Text Example


Text Example

White with #D4DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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