Html Css Color HEX #D6DA8E Primrose

📋 copy color: '#D6DA8E'

red 214 ◦ green 218 ◦ blue 142

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

Shades of Primrose #D6DA8E

Tints of Primrose #D6DA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.74%

R = 37.28%
G = 37.98%
B = 24.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D6DA8E (or 0xD6DA8E) is known color: Primrose. HEX triplet: D6, DA and 8E. RGB value is (214,218,142). Sum of RGB (Red+Green+Blue) = 214+218+142=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8E is #292571. Grayscale: #D0D0D0. Windows color (decimal): -2696562 or 9362134. OLE color: 9362134.

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

Color convert

RGB 214 218 142 -
CMYK 0.02 0 0.35 0.15
HSL 63.16º 0.51% 0.71% -
HSV(B) 63.16º 0.35% 0.85% -
XYZ 57.69 66.39 35.37 -
YUV 208.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 214 218 142 0.02 0 0.35 0.15 63.16 0.51 0.71
Hex D6 DA 8E 2 0 23 F 3F 33 47
Octal 326 332 216 2 0 43 17 77 63 107
Binary 11010110 11011010 10001110 10 0 100011 1111 111111 110011 1000111

Color Harmonies of #D6DA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA8E

Black with #D6DA8E

Text Example


Text Example

White with #D6DA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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