Html Css Color HEX #D1DCAE Orinoco

📋 copy color: '#D1DCAE'

red 209 ◦ green 220 ◦ blue 174

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

Shades of Orinoco #D1DCAE

Tints of Orinoco #D1DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.48%

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

R = 34.66%
G = 36.48%
B = 28.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D1DCAE (or 0xD1DCAE) is known color: Orinoco. HEX triplet: D1, DC and AE. RGB value is (209,220,174). Sum of RGB (Red+Green+Blue) = 209+220+174=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCAE is #2E2351. Grayscale: #D3D3D3. Windows color (decimal): -3023698 or 11459793. OLE color: 11459793.

HSL color Cylindrical-coordinate representation of color #D1DCAE: hue angle of 74.35º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1DCAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 174 -
CMYK 0.05 0 0.21 0.14
HSL 74.35º 0.4% 0.77% -
HSV(B) 74.35º 0.21% 0.86% -
XYZ 59.53 67.8 49.99 -
YUV 211.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 209 220 174 0.05 0 0.21 0.14 74.35 0.4 0.77
Hex D1 DC AE 5 0 15 E 4A 28 4D
Octal 321 334 256 5 0 25 16 112 50 115
Binary 11010001 11011100 10101110 101 0 10101 1110 1001010 101000 1001101

Color Harmonies of #D1DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCAE

Black with #D1DCAE

Text Example


Text Example

White with #D1DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCAE; }

 p { color: rgb(209,220,174); }

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

background-color css

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

 a { background-color: rgb(209,220,174); }

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

border-color css

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

 span { border-color: rgb(209,220,174); }

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