Html Css Color HEX #D5E0AE Orinoco

📋 copy color: '#D5E0AE'

red 213 ◦ green 224 ◦ blue 174

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

Shades of Orinoco #D5E0AE

Tints of Orinoco #D5E0AE

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

 GREEN value IS 224 (87.89% from 255) = 36.66%

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

R = 34.86%
G = 36.66%
B = 28.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#D5E0AE (or 0xD5E0AE) is known color: Orinoco. HEX triplet: D5, E0 and AE. RGB value is (213,224,174). Sum of RGB (Red+Green+Blue) = 213+224+174=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E0AE is #2A1F51. Grayscale: #D7D7D7. Windows color (decimal): -2760530 or 11460821. OLE color: 11460821.

HSL color Cylindrical-coordinate representation of color #D5E0AE: hue angle of 73.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5E0AE is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 174 -
CMYK 0.05 0 0.22 0.12
HSL 73.2º 0.45% 0.78% -
HSV(B) 73.2º 0.22% 0.88% -
XYZ 61.74 70.51 50.4 -
YUV 215.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 213 224 174 0.05 0 0.22 0.12 73.2 0.45 0.78
Hex D5 E0 AE 5 0 16 C 49 2D 4E
Octal 325 340 256 5 0 26 14 111 55 116
Binary 11010101 11100000 10101110 101 0 10110 1100 1001001 101101 1001110

Color Harmonies of #D5E0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0AE

Black with #D5E0AE

Text Example


Text Example

White with #D5E0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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