#D4D7AF

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

Shades of Orinoco #D4D7AF

Tints of Orinoco #D4D7AF

Color information

#D4D7AF (or 0xD4D7AF) is unknown color: approx Orinoco. HEX triplet: D4, D7 and AF. RGB value is (212,215,175). Sum of RGB (Red+Green+Blue) = 212+215+175=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D7AF is #2B2850. Grayscale: #D1D1D1. Windows color (decimal): -2828369 or 11524052. OLE color: 11524052.

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

Color convert

RGB212215175-
CMYK0.0100.190.16
HSL64.5º33.33%76.47%-
HSV(B)64.5º18.6%84.31%-
XYZ59.1965.6950.12-
YUV209.54108.51129.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=35.22%
G=35.71%
B=29.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151750.0100.190.1664.533.3376.47
HexD4D7AF10131040214c
Octal32432725710232010041114
Binary11010100110101111010111110100111000010000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7AF; }

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

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

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

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

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

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

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

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