Html Css Color HEX #D4E0AF Orinoco

📋 copy color: '#D4E0AF'

red 212 ◦ green 224 ◦ blue 175

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

Shades of Orinoco #D4E0AF

Tints of Orinoco #D4E0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 34.7%
G = 36.66%
B = 28.64%

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

#D4E0AF (or 0xD4E0AF) is known color: Orinoco. HEX triplet: D4, E0 and AF. RGB value is (212,224,175). Sum of RGB (Red+Green+Blue) = 212+224+175=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0AF is #2B1F50. Grayscale: #D7D7D7. Windows color (decimal): -2826065 or 11526356. OLE color: 11526356.

HSL color Cylindrical-coordinate representation of color #D4E0AF: hue angle of 74.69º degrees, saturation: 0.44, 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 #D4E0AF is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 175 -
CMYK 0.05 0 0.22 0.12
HSL 74.69º 0.44% 0.78% -
HSV(B) 74.69º 0.22% 0.88% -
XYZ 61.54 70.4 50.9 -
YUV 214.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 212 224 175 0.05 0 0.22 0.12 74.69 0.44 0.78
Hex D4 E0 AF 5 0 16 C 4B 2C 4E
Octal 324 340 257 5 0 26 14 113 54 116
Binary 11010100 11100000 10101111 101 0 10110 1100 1001011 101100 1001110

Color Harmonies of #D4E0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0AF

Black with #D4E0AF

Text Example


Text Example

White with #D4E0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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