Html Css Color HEX #D4D89F Orinoco

📋 copy color: '#D4D89F'

red 212 ◦ green 216 ◦ blue 159

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

Shades of Orinoco #D4D89F

Tints of Orinoco #D4D89F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.8%

 BLUE value IS 159 (62.5% from 255) = 27.09%

R = 36.12%
G = 36.8%
B = 27.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D4D89F (or 0xD4D89F) is known color: Orinoco. HEX triplet: D4, D8 and 9F. RGB value is (212,216,159). Sum of RGB (Red+Green+Blue) = 212+216+159=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89F is #2B2760. Grayscale: #D0D0D0. Windows color (decimal): -2828129 or 10475732. OLE color: 10475732.

HSL color Cylindrical-coordinate representation of color #D4D89F: hue angle of 64.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4D89F is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 159 -
CMYK 0.02 0 0.26 0.15
HSL 64.21º 0.42% 0.74% -
HSV(B) 64.21º 0.26% 0.85% -
XYZ 57.97 65.61 42.41 -
YUV 208.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 212 216 159 0.02 0 0.26 0.15 64.21 0.42 0.74
Hex D4 D8 9F 2 0 1A F 40 2A 4A
Octal 324 330 237 2 0 32 17 100 52 112
Binary 11010100 11011000 10011111 10 0 11010 1111 1000000 101010 1001010

Color Harmonies of #D4D89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D89F

Black with #D4D89F

Text Example


Text Example

White with #D4D89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D89F; }

 p { color: rgb(212,216,159); }

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

background-color css

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

 a { background-color: rgb(212,216,159); }

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

border-color css

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

 span { border-color: rgb(212,216,159); }

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