Html Css Color HEX #D4DCAA Orinoco

📋 copy color: '#D4DCAA'

red 212 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D4DCAA

Tints of Orinoco #D4DCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 35.22%
G = 36.54%
B = 28.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D4DCAA (or 0xD4DCAA) is known color: Orinoco. HEX triplet: D4, DC and AA. RGB value is (212,220,170). Sum of RGB (Red+Green+Blue) = 212+220+170=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCAA is #2B2355. Grayscale: #D4D4D4. Windows color (decimal): -2827094 or 11197652. OLE color: 11197652.

HSL color Cylindrical-coordinate representation of color #D4DCAA: hue angle of 69.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4DCAA is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 170 -
CMYK 0.04 0 0.23 0.14
HSL 69.6º 0.42% 0.76% -
HSV(B) 69.6º 0.23% 0.86% -
XYZ 60 68.09 48.01 -
YUV 211.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 212 220 170 0.04 0 0.23 0.14 69.6 0.42 0.76
Hex D4 DC AA 4 0 17 E 46 2A 4C
Octal 324 334 252 4 0 27 16 106 52 114
Binary 11010100 11011100 10101010 100 0 10111 1110 1000110 101010 1001100

Color Harmonies of #D4DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCAA

Black with #D4DCAA

Text Example


Text Example

White with #D4DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCAA; }

 p { color: rgb(212,220,170); }

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

background-color css

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

 a { background-color: rgb(212,220,170); }

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

border-color css

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

 span { border-color: rgb(212,220,170); }

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