Html Css Color HEX #D4D79D Orinoco

📋 copy color: '#D4D79D'

red 212 ◦ green 215 ◦ blue 157

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

Shades of Orinoco #D4D79D

Tints of Orinoco #D4D79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 36.3%
G = 36.82%
B = 26.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D4D79D (or 0xD4D79D) is known color: Orinoco. HEX triplet: D4, D7 and 9D. RGB value is (212,215,157). Sum of RGB (Red+Green+Blue) = 212+215+157=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D79D is #2B2862. Grayscale: #CFCFCF. Windows color (decimal): -2828387 or 10344404. OLE color: 10344404.

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

Color convert

RGB 212 215 157 -
CMYK 0.01 0 0.27 0.16
HSL 63.1º 0.42% 0.73% -
HSV(B) 63.1º 0.27% 0.84% -
XYZ 57.54 65.03 41.42 -
YUV 207.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 212 215 157 0.01 0 0.27 0.16 63.1 0.42 0.73
Hex D4 D7 9D 1 0 1B 10 3F 2A 49
Octal 324 327 235 1 0 33 20 77 52 111
Binary 11010100 11010111 10011101 1 0 11011 10000 111111 101010 1001001

Color Harmonies of #D4D79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D79D

Black with #D4D79D

Text Example


Text Example

White with #D4D79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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