Html Css Color HEX #D6D796 Primrose

📋 copy color: '#D6D796'

red 214 ◦ green 215 ◦ blue 150

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

Shades of Primrose #D6D796

Tints of Primrose #D6D796

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

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

 BLUE value IS 150 (58.98% from 255) = 25.91%

R = 36.96%
G = 37.13%
B = 25.91%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6D796 (or 0xD6D796) is known color: Primrose. HEX triplet: D6, D7 and 96. RGB value is (214,215,150). Sum of RGB (Red+Green+Blue) = 214+215+150=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D796 is #292869. Grayscale: #CFCFCF. Windows color (decimal): -2697322 or 9885654. OLE color: 9885654.

HSL color Cylindrical-coordinate representation of color #D6D796: hue angle of 60.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D796 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 150 -
CMYK 0.00 0 0.30 0.16
HSL 60.92º 0.45% 0.72% -
HSV(B) 60.92º 0.3% 0.84% -
XYZ 57.54 65.1 38.39 -
YUV 207.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 214 215 150 0.00 0 0.30 0.16 60.92 0.45 0.72
Hex D6 D7 96 0 0 1E 10 3D 2D 48
Octal 326 327 226 0 0 36 20 75 55 110
Binary 11010110 11010111 10010110 0 0 11110 10000 111101 101101 1001000

Color Harmonies of #D6D796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D796

Black with #D6D796

Text Example


Text Example

White with #D6D796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D796; }

 p { color: rgb(214,215,150); }

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

background-color css

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

 a { background-color: rgb(214,215,150); }

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

border-color css

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

 span { border-color: rgb(214,215,150); }

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