Html Css Color HEX #D6DC8D Primrose

📋 copy color: '#D6DC8D'

red 214 ◦ green 220 ◦ blue 141

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

Shades of Primrose #D6DC8D

Tints of Primrose #D6DC8D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 37.22%
G = 38.26%
B = 24.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#D6DC8D (or 0xD6DC8D) is known color: Primrose. HEX triplet: D6, DC and 8D. RGB value is (214,220,141). Sum of RGB (Red+Green+Blue) = 214+220+141=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DC8D is #292372. Grayscale: #D1D1D1. Windows color (decimal): -2696051 or 9297110. OLE color: 9297110.

HSL color Cylindrical-coordinate representation of color #D6DC8D: hue angle of 64.56º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6DC8D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 141 -
CMYK 0.03 0 0.36 0.14
HSL 64.56º 0.53% 0.71% -
HSV(B) 64.56º 0.36% 0.86% -
XYZ 58.13 67.41 35.15 -
YUV 209.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 214 220 141 0.03 0 0.36 0.14 64.56 0.53 0.71
Hex D6 DC 8D 3 0 24 E 41 35 47
Octal 326 334 215 3 0 44 16 101 65 107
Binary 11010110 11011100 10001101 11 0 100100 1110 1000001 110101 1000111

Color Harmonies of #D6DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC8D

Black with #D6DC8D

Text Example


Text Example

White with #D6DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC8D; }

 p { color: rgb(214,220,141); }

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

background-color css

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

 a { background-color: rgb(214,220,141); }

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

border-color css

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

 span { border-color: rgb(214,220,141); }

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