Html Css Color HEX #D4D89D Orinoco

📋 copy color: '#D4D89D'

red 212 ◦ green 216 ◦ blue 157

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

Shades of Orinoco #D4D89D

Tints of Orinoco #D4D89D

RGB

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

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

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

R = 36.24%
G = 36.92%
B = 26.84%

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

#D4D89D (or 0xD4D89D) is known color: Orinoco. HEX triplet: D4, D8 and 9D. RGB value is (212,216,157). Sum of RGB (Red+Green+Blue) = 212+216+157=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89D is #2B2762. Grayscale: #D0D0D0. Windows color (decimal): -2828131 or 10344660. OLE color: 10344660.

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

Color convert

RGB 212 216 157 -
CMYK 0.02 0 0.27 0.15
HSL 64.07º 0.43% 0.73% -
HSV(B) 64.07º 0.27% 0.85% -
XYZ 57.79 65.54 41.5 -
YUV 208.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 212 216 157 0.02 0 0.27 0.15 64.07 0.43 0.73
Hex D4 D8 9D 2 0 1B F 40 2B 49
Octal 324 330 235 2 0 33 17 100 53 111
Binary 11010100 11011000 10011101 10 0 11011 1111 1000000 101011 1001001

Color Harmonies of #D4D89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D89D

Black with #D4D89D

Text Example


Text Example

White with #D4D89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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