Html Css Color HEX #D6DA8C Primrose

📋 copy color: '#D6DA8C'

red 214 ◦ green 218 ◦ blue 140

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

Shades of Primrose #D6DA8C

Tints of Primrose #D6DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.48%

R = 37.41%
G = 38.11%
B = 24.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D6DA8C (or 0xD6DA8C) is known color: Primrose. HEX triplet: D6, DA and 8C. RGB value is (214,218,140). Sum of RGB (Red+Green+Blue) = 214+218+140=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8C is #292573. Grayscale: #D0D0D0. Windows color (decimal): -2696564 or 9231062. OLE color: 9231062.

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

Color convert

RGB 214 218 140 -
CMYK 0.02 0 0.36 0.15
HSL 63.08º 0.51% 0.7% -
HSV(B) 63.08º 0.36% 0.85% -
XYZ 57.54 66.33 34.58 -
YUV 207.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 214 218 140 0.02 0 0.36 0.15 63.08 0.51 0.7
Hex D6 DA 8C 2 0 24 F 3F 33 46
Octal 326 332 214 2 0 44 17 77 63 106
Binary 11010110 11011010 10001100 10 0 100100 1111 111111 110011 1000110

Color Harmonies of #D6DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA8C

Black with #D6DA8C

Text Example


Text Example

White with #D6DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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