Html Css Color HEX #D4E0AD Orinoco

📋 copy color: '#D4E0AD'

red 212 ◦ green 224 ◦ blue 173

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

Shades of Orinoco #D4E0AD

Tints of Orinoco #D4E0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 34.81%
G = 36.78%
B = 28.41%

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

#D4E0AD (or 0xD4E0AD) is known color: Orinoco. HEX triplet: D4, E0 and AD. RGB value is (212,224,173). Sum of RGB (Red+Green+Blue) = 212+224+173=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0AD is #2B1F52. Grayscale: #D6D6D6. Windows color (decimal): -2826067 or 11395284. OLE color: 11395284.

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

Color convert

RGB 212 224 173 -
CMYK 0.05 0 0.23 0.12
HSL 74.12º 0.45% 0.78% -
HSV(B) 74.12º 0.23% 0.88% -
XYZ 61.35 70.33 49.88 -
YUV 214.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 212 224 173 0.05 0 0.23 0.12 74.12 0.45 0.78
Hex D4 E0 AD 5 0 17 C 4A 2D 4E
Octal 324 340 255 5 0 27 14 112 55 116
Binary 11010100 11100000 10101101 101 0 10111 1100 1001010 101101 1001110

Color Harmonies of #D4E0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0AD

Black with #D4E0AD

Text Example


Text Example

White with #D4E0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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