Html Css Color HEX #D6DF8A Primrose

📋 copy color: '#D6DF8A'

red 214 ◦ green 223 ◦ blue 138

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

Shades of Primrose #D6DF8A

Tints of Primrose #D6DF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.78%

 BLUE value IS 138 (54.3% from 255) = 24%

R = 37.22%
G = 38.78%
B = 24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#D6DF8A (or 0xD6DF8A) is known color: Primrose. HEX triplet: D6, DF and 8A. RGB value is (214,223,138). Sum of RGB (Red+Green+Blue) = 214+223+138=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF8A is #292075. Grayscale: #D2D2D2. Windows color (decimal): -2695286 or 9101270. OLE color: 9101270.

HSL color Cylindrical-coordinate representation of color #D6DF8A: hue angle of 66.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6DF8A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 223 138 -
CMYK 0.04 0 0.38 0.13
HSL 66.35º 0.57% 0.71% -
HSV(B) 66.35º 0.38% 0.87% -
XYZ 58.71 68.91 34.25 -
YUV 210.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 214 223 138 0.04 0 0.38 0.13 66.35 0.57 0.71
Hex D6 DF 8A 4 0 26 D 42 39 47
Octal 326 337 212 4 0 46 15 102 71 107
Binary 11010110 11011111 10001010 100 0 100110 1101 1000010 111001 1000111

Color Harmonies of #D6DF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DF8A

Black with #D6DF8A

Text Example


Text Example

White with #D6DF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DF8A; }

 p { color: rgb(214,223,138); }

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

background-color css

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

 a { background-color: rgb(214,223,138); }

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

border-color css

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

 span { border-color: rgb(214,223,138); }

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