Html Css Color HEX #D9DD83 Primrose

📋 copy color: '#D9DD83'

red 217 ◦ green 221 ◦ blue 131

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

Shades of Primrose #D9DD83

Tints of Primrose #D9DD83

RGB

 RED value IS 217 (85.16% from 255) = 38.14%

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

 BLUE value IS 131 (51.56% from 255) = 23.02%

R = 38.14%
G = 38.84%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#D9DD83 (or 0xD9DD83) is known color: Primrose. HEX triplet: D9, DD and 83. RGB value is (217,221,131). Sum of RGB (Red+Green+Blue) = 217+221+131=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD83 is #26227C. Grayscale: #D1D1D1. Windows color (decimal): -2499197 or 8642009. OLE color: 8642009.

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

Color convert

RGB 217 221 131 -
CMYK 0.02 0 0.41 0.13
HSL 62.67º 0.57% 0.69% -
HSV(B) 62.67º 0.41% 0.87% -
XYZ 58.57 68.1 31.53 -
YUV 209.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 217 221 131 0.02 0 0.41 0.13 62.67 0.57 0.69
Hex D9 DD 83 2 0 29 D 3F 39 45
Octal 331 335 203 2 0 51 15 77 71 105
Binary 11011001 11011101 10000011 10 0 101001 1101 111111 111001 1000101

Color Harmonies of #D9DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DD83

Black with #D9DD83

Text Example


Text Example

White with #D9DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DD83; }

 p { color: rgb(217,221,131); }

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

background-color css

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

 a { background-color: rgb(217,221,131); }

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

border-color css

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

 span { border-color: rgb(217,221,131); }

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