Html Css Color HEX #D4D99E Orinoco

📋 copy color: '#D4D99E'

red 212 ◦ green 217 ◦ blue 158

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

Shades of Orinoco #D4D99E

Tints of Orinoco #D4D99E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.97%

 BLUE value IS 158 (62.11% from 255) = 26.92%

R = 36.12%
G = 36.97%
B = 26.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D4D99E (or 0xD4D99E) is known color: Orinoco. HEX triplet: D4, D9 and 9E. RGB value is (212,217,158). Sum of RGB (Red+Green+Blue) = 212+217+158=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D99E is #2B2661. Grayscale: #D1D1D1. Windows color (decimal): -2827874 or 10410452. OLE color: 10410452.

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

Color convert

RGB 212 217 158 -
CMYK 0.02 0 0.27 0.15
HSL 65.08º 0.44% 0.74% -
HSV(B) 65.08º 0.27% 0.85% -
XYZ 58.14 66.09 42.04 -
YUV 208.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 212 217 158 0.02 0 0.27 0.15 65.08 0.44 0.74
Hex D4 D9 9E 2 0 1B F 41 2C 4A
Octal 324 331 236 2 0 33 17 101 54 112
Binary 11010100 11011001 10011110 10 0 11011 1111 1000001 101100 1001010

Color Harmonies of #D4D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D99E

Black with #D4D99E

Text Example


Text Example

White with #D4D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D99E; }

 p { color: rgb(212,217,158); }

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

background-color css

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

 a { background-color: rgb(212,217,158); }

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

border-color css

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

 span { border-color: rgb(212,217,158); }

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