Html Css Color HEX #D6DC95 Primrose

📋 copy color: '#D6DC95'

red 214 ◦ green 220 ◦ blue 149

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

Shades of Primrose #D6DC95

Tints of Primrose #D6DC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 36.71%
G = 37.74%
B = 25.56%

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

#D6DC95 (or 0xD6DC95) is known color: Primrose. HEX triplet: D6, DC and 95. RGB value is (214,220,149). Sum of RGB (Red+Green+Blue) = 214+220+149=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC95 is #29236A. Grayscale: #D2D2D2. Windows color (decimal): -2696043 or 9821398. OLE color: 9821398.

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

Color convert

RGB 214 220 149 -
CMYK 0.03 0 0.32 0.14
HSL 65.07º 0.5% 0.72% -
HSV(B) 65.07º 0.32% 0.86% -
XYZ 58.75 67.65 38.4 -
YUV 210.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 214 220 149 0.03 0 0.32 0.14 65.07 0.5 0.72
Hex D6 DC 95 3 0 20 E 41 32 48
Octal 326 334 225 3 0 40 16 101 62 110
Binary 11010110 11011100 10010101 11 0 100000 1110 1000001 110010 1001000

Color Harmonies of #D6DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC95

Black with #D6DC95

Text Example


Text Example

White with #D6DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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