Html Css Color HEX #D6DC96 Primrose

📋 copy color: '#D6DC96'

red 214 ◦ green 220 ◦ blue 150

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

Shades of Primrose #D6DC96

Tints of Primrose #D6DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

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

R = 36.64%
G = 37.67%
B = 25.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#D6DC96 (or 0xD6DC96) is known color: Primrose. HEX triplet: D6, DC and 96. RGB value is (214,220,150). Sum of RGB (Red+Green+Blue) = 214+220+150=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC96 is #292369. Grayscale: #D2D2D2. Windows color (decimal): -2696042 or 9886934. OLE color: 9886934.

HSL color Cylindrical-coordinate representation of color #D6DC96: hue angle of 65.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6DC96 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 150 -
CMYK 0.03 0 0.32 0.14
HSL 65.14º 0.5% 0.73% -
HSV(B) 65.14º 0.32% 0.86% -
XYZ 58.83 67.68 38.82 -
YUV 210.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 214 220 150 0.03 0 0.32 0.14 65.14 0.5 0.73
Hex D6 DC 96 3 0 20 E 41 32 49
Octal 326 334 226 3 0 40 16 101 62 111
Binary 11010110 11011100 10010110 11 0 100000 1110 1000001 110010 1001001

Color Harmonies of #D6DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC96

Black with #D6DC96

Text Example


Text Example

White with #D6DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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