#D5E0B4

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

Shades of Orinoco #D5E0B4

Tints of Orinoco #D5E0B4

Color information

#D5E0B4 (or 0xD5E0B4) is unknown color: approx Orinoco. HEX triplet: D5, E0 and B4. RGB value is (213,224,180). Sum of RGB (Red+Green+Blue) = 213+224+180=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0B4 is #2A1F4B. Grayscale: #D7D7D7. Windows color (decimal): -2760524 or 11854037. OLE color: 11854037.

HSL color Cylindrical-coordinate representation of color #D5E0B4: hue angle of 75º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5E0B4 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB213224180-
CMYK0.0500.200.12
HSL75º41.51%79.22%-
HSV(B)75º19.64%87.84%-
XYZ62.3370.7553.55-
YUV215.7107.86126.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.52%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=34.52%
G=36.30%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132241800.0500.200.127541.5179.22
HexD5E0B45014C4b2a4f
Octal32534026450241411352117
Binary110101011110000010110100101010100110010010111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0B4; }

 p { color: rgb(213,224,180); }

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

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

 a { background-color: rgb(213,224,180); }

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

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

 span { border-color: rgb(213,224,180); }

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