Html Css Color HEX #D6DA99 Primrose

📋 copy color: '#D6DA99'

red 214 ◦ green 218 ◦ blue 153

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

Shades of Primrose #D6DA99

Tints of Primrose #D6DA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 153 (60.16% from 255) = 26.15%

R = 36.58%
G = 37.26%
B = 26.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D6DA99 (or 0xD6DA99) is known color: Primrose. HEX triplet: D6, DA and 99. RGB value is (214,218,153). Sum of RGB (Red+Green+Blue) = 214+218+153=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA99 is #292566. Grayscale: #D1D1D1. Windows color (decimal): -2696551 or 10083030. OLE color: 10083030.

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

Color convert

RGB 214 218 153 -
CMYK 0.02 0 0.30 0.15
HSL 63.69º 0.47% 0.73% -
HSV(B) 63.69º 0.3% 0.85% -
XYZ 58.55 66.74 39.93 -
YUV 209.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 214 218 153 0.02 0 0.30 0.15 63.69 0.47 0.73
Hex D6 DA 99 2 0 1E F 40 2F 49
Octal 326 332 231 2 0 36 17 100 57 111
Binary 11010110 11011010 10011001 10 0 11110 1111 1000000 101111 1001001

Color Harmonies of #D6DA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA99

Black with #D6DA99

Text Example


Text Example

White with #D6DA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA99; }

 p { color: rgb(214,218,153); }

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

background-color css

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

 a { background-color: rgb(214,218,153); }

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

border-color css

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

 span { border-color: rgb(214,218,153); }

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