Html Css Color HEX #D6DD91 Primrose

📋 copy color: '#D6DD91'

red 214 ◦ green 221 ◦ blue 145

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

Shades of Primrose #D6DD91

Tints of Primrose #D6DD91

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 145 (57.03% from 255) = 25%

R = 36.9%
G = 38.1%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D6DD91 (or 0xD6DD91) is known color: Primrose. HEX triplet: D6, DD and 91. RGB value is (214,221,145). Sum of RGB (Red+Green+Blue) = 214+221+145=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD91 is #29226E. Grayscale: #D2D2D2. Windows color (decimal): -2695791 or 9559510. OLE color: 9559510.

HSL color Cylindrical-coordinate representation of color #D6DD91: hue angle of 65.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6DD91 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 145 -
CMYK 0.03 0 0.34 0.13
HSL 65.53º 0.53% 0.72% -
HSV(B) 65.53º 0.34% 0.87% -
XYZ 58.7 68.05 36.83 -
YUV 210.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 214 221 145 0.03 0 0.34 0.13 65.53 0.53 0.72
Hex D6 DD 91 3 0 22 D 42 35 48
Octal 326 335 221 3 0 42 15 102 65 110
Binary 11010110 11011101 10010001 11 0 100010 1101 1000010 110101 1001000

Color Harmonies of #D6DD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD91

Black with #D6DD91

Text Example


Text Example

White with #D6DD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD91; }

 p { color: rgb(214,221,145); }

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

background-color css

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

 a { background-color: rgb(214,221,145); }

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

border-color css

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

 span { border-color: rgb(214,221,145); }

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