Html Css Color HEX #D4D79F Orinoco

📋 copy color: '#D4D79F'

red 212 ◦ green 215 ◦ blue 159

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

Shades of Orinoco #D4D79F

Tints of Orinoco #D4D79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

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

R = 36.18%
G = 36.69%
B = 27.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D4D79F (or 0xD4D79F) is known color: Orinoco. HEX triplet: D4, D7 and 9F. RGB value is (212,215,159). Sum of RGB (Red+Green+Blue) = 212+215+159=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D79F is #2B2860. Grayscale: #CFCFCF. Windows color (decimal): -2828385 or 10475476. OLE color: 10475476.

HSL color Cylindrical-coordinate representation of color #D4D79F: hue angle of 63.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4D79F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 159 -
CMYK 0.01 0 0.26 0.16
HSL 63.21º 0.41% 0.73% -
HSV(B) 63.21º 0.26% 0.84% -
XYZ 57.71 65.1 42.33 -
YUV 207.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 212 215 159 0.01 0 0.26 0.16 63.21 0.41 0.73
Hex D4 D7 9F 1 0 1A 10 3F 29 49
Octal 324 327 237 1 0 32 20 77 51 111
Binary 11010100 11010111 10011111 1 0 11010 10000 111111 101001 1001001

Color Harmonies of #D4D79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D79F

Black with #D4D79F

Text Example


Text Example

White with #D4D79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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