Html Css Color HEX #D1DAA4 Orinoco

📋 copy color: '#D1DAA4'

red 209 ◦ green 218 ◦ blue 164

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

Shades of Orinoco #D1DAA4

Tints of Orinoco #D1DAA4

RGB

 RED value IS 209 (82.03% from 255) = 35.36%

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

 BLUE value IS 164 (64.45% from 255) = 27.75%

R = 35.36%
G = 36.89%
B = 27.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D1DAA4 (or 0xD1DAA4) is known color: Orinoco. HEX triplet: D1, DA and A4. RGB value is (209,218,164). Sum of RGB (Red+Green+Blue) = 209+218+164=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA4 is #2E255B. Grayscale: #D1D1D1. Windows color (decimal): -3024220 or 10803921. OLE color: 10803921.

HSL color Cylindrical-coordinate representation of color #D1DAA4: hue angle of 70º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1DAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 164 -
CMYK 0.04 0 0.25 0.15
HSL 70º 0.42% 0.75% -
HSV(B) 70º 0.25% 0.85% -
XYZ 58.07 66.38 44.87 -
YUV 209.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 209 218 164 0.04 0 0.25 0.15 70 0.42 0.75
Hex D1 DA A4 4 0 19 F 46 2A 4B
Octal 321 332 244 4 0 31 17 106 52 113
Binary 11010001 11011010 10100100 100 0 11001 1111 1000110 101010 1001011

Color Harmonies of #D1DAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAA4

Black with #D1DAA4

Text Example


Text Example

White with #D1DAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAA4; }

 p { color: rgb(209,218,164); }

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

background-color css

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

 a { background-color: rgb(209,218,164); }

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

border-color css

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

 span { border-color: rgb(209,218,164); }

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