Html Css Color HEX #D4D99C Orinoco

📋 copy color: '#D4D99C'

red 212 ◦ green 217 ◦ blue 156

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

Shades of Orinoco #D4D99C

Tints of Orinoco #D4D99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.67%

R = 36.24%
G = 37.09%
B = 26.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D4D99C (or 0xD4D99C) is known color: Orinoco. HEX triplet: D4, D9 and 9C. RGB value is (212,217,156). Sum of RGB (Red+Green+Blue) = 212+217+156=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D99C is #2B2663. Grayscale: #D0D0D0. Windows color (decimal): -2827876 or 10279380. OLE color: 10279380.

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

Color convert

RGB 212 217 156 -
CMYK 0.02 0 0.28 0.15
HSL 64.92º 0.45% 0.73% -
HSV(B) 64.92º 0.28% 0.85% -
XYZ 57.96 66.02 41.14 -
YUV 208.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 212 217 156 0.02 0 0.28 0.15 64.92 0.45 0.73
Hex D4 D9 9C 2 0 1C F 41 2D 49
Octal 324 331 234 2 0 34 17 101 55 111
Binary 11010100 11011001 10011100 10 0 11100 1111 1000001 101101 1001001

Color Harmonies of #D4D99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D99C

Black with #D4D99C

Text Example


Text Example

White with #D4D99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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