Html Css Color HEX #D6DA9B Primrose

📋 copy color: '#D6DA9B'

red 214 ◦ green 218 ◦ blue 155

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

Shades of Primrose #D6DA9B

Tints of Primrose #D6DA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 36.46%
G = 37.14%
B = 26.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D6DA9B (or 0xD6DA9B) is known color: Primrose. HEX triplet: D6, DA and 9B. RGB value is (214,218,155). Sum of RGB (Red+Green+Blue) = 214+218+155=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA9B is #292564. Grayscale: #D1D1D1. Windows color (decimal): -2696549 or 10214102. OLE color: 10214102.

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

Color convert

RGB 214 218 155 -
CMYK 0.02 0 0.29 0.15
HSL 63.81º 0.46% 0.73% -
HSV(B) 63.81º 0.29% 0.85% -
XYZ 58.72 66.81 40.81 -
YUV 209.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 214 218 155 0.02 0 0.29 0.15 63.81 0.46 0.73
Hex D6 DA 9B 2 0 1D F 40 2E 49
Octal 326 332 233 2 0 35 17 100 56 111
Binary 11010110 11011010 10011011 10 0 11101 1111 1000000 101110 1001001

Color Harmonies of #D6DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA9B

Black with #D6DA9B

Text Example


Text Example

White with #D6DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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