Html Css Color HEX #D6DA9A Primrose

📋 copy color: '#D6DA9A'

red 214 ◦ green 218 ◦ blue 154

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

Shades of Primrose #D6DA9A

Tints of Primrose #D6DA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.28%

R = 36.52%
G = 37.2%
B = 26.28%

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

#D6DA9A (or 0xD6DA9A) is known color: Primrose. HEX triplet: D6, DA and 9A. RGB value is (214,218,154). Sum of RGB (Red+Green+Blue) = 214+218+154=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA9A is #292565. Grayscale: #D1D1D1. Windows color (decimal): -2696550 or 10148566. OLE color: 10148566.

HSL color Cylindrical-coordinate representation of color #D6DA9A: hue angle of 63.75º 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 #D6DA9A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 154 -
CMYK 0.02 0 0.29 0.15
HSL 63.75º 0.46% 0.73% -
HSV(B) 63.75º 0.29% 0.85% -
XYZ 58.64 66.77 40.37 -
YUV 209.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 214 218 154 0.02 0 0.29 0.15 63.75 0.46 0.73
Hex D6 DA 9A 2 0 1D F 40 2E 49
Octal 326 332 232 2 0 35 17 100 56 111
Binary 11010110 11011010 10011010 10 0 11101 1111 1000000 101110 1001001

Color Harmonies of #D6DA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA9A

Black with #D6DA9A

Text Example


Text Example

White with #D6DA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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