Html Css Color HEX #D4E0AC Orinoco

📋 copy color: '#D4E0AC'

red 212 ◦ green 224 ◦ blue 172

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

Shades of Orinoco #D4E0AC

Tints of Orinoco #D4E0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.29%

R = 34.87%
G = 36.84%
B = 28.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#D4E0AC (or 0xD4E0AC) is known color: Orinoco. HEX triplet: D4, E0 and AC. RGB value is (212,224,172). Sum of RGB (Red+Green+Blue) = 212+224+172=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0AC is #2B1F53. Grayscale: #D6D6D6. Windows color (decimal): -2826068 or 11329748. OLE color: 11329748.

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

Color convert

RGB 212 224 172 -
CMYK 0.05 0 0.23 0.12
HSL 73.85º 0.46% 0.78% -
HSV(B) 73.85º 0.23% 0.88% -
XYZ 61.25 70.29 49.37 -
YUV 214.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 212 224 172 0.05 0 0.23 0.12 73.85 0.46 0.78
Hex D4 E0 AC 5 0 17 C 4A 2E 4E
Octal 324 340 254 5 0 27 14 112 56 116
Binary 11010100 11100000 10101100 101 0 10111 1100 1001010 101110 1001110

Color Harmonies of #D4E0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0AC

Black with #D4E0AC

Text Example


Text Example

White with #D4E0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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