#D4D7A1

Color #D4D7A1 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #D4D7A1

Tints of Orinoco #D4D7A1

Color information

#D4D7A1 (or 0xD4D7A1) is unknown color: approx Orinoco. HEX triplet: D4, D7 and A1. RGB value is (212,215,161). Sum of RGB (Red+Green+Blue) = 212+215+161=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D7A1 is #2B285E. Grayscale: #D0D0D0. Windows color (decimal): -2828383 or 10606548. OLE color: 10606548.

HSL color Cylindrical-coordinate representation of color #D4D7A1: hue angle of 63.33º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4D7A1 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB212215161-
CMYK0.0100.250.16
HSL63.33º40.3%73.73%-
HSV(B)63.33º25.12%84.31%-
XYZ57.8865.1743.25-
YUV207.95101.51130.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 215 (84.38% from 255) = 36.56%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=36.05%
G=36.56%
B=27.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151610.0100.250.1663.3340.373.73
HexD4D7A11019103f284a
Octal3243272411031207750112
Binary1101010011010111101000011011001100001111111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7A1; }

 p { color: rgb(212,215,161); }

 H1.HeaderClassName
 {
   color: #D4D7A1;
 }
 .AnyTagClassName
 {
   color: #D4D7A1;
 }
</style>
background-color css

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

 a { background-color: rgb(212,215,161); }

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

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

 span { border-color: rgb(212,215,161); }

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