Html Css Color HEX #D9DE83 Primrose

📋 copy color: '#D9DE83'

red 217 ◦ green 222 ◦ blue 131

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

Shades of Primrose #D9DE83

Tints of Primrose #D9DE83

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.95%

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

R = 38.07%
G = 38.95%
B = 22.98%

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

#D9DE83 (or 0xD9DE83) is known color: Primrose. HEX triplet: D9, DE and 83. RGB value is (217,222,131). Sum of RGB (Red+Green+Blue) = 217+222+131=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DE83 is #26217C. Grayscale: #D2D2D2. Windows color (decimal): -2498941 or 8642265. OLE color: 8642265.

HSL color Cylindrical-coordinate representation of color #D9DE83: hue angle of 63.3º degrees, saturation: 0.58, 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 #D9DE83 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 222 131 -
CMYK 0.02 0 0.41 0.13
HSL 63.3º 0.58% 0.69% -
HSV(B) 63.3º 0.41% 0.87% -
XYZ 58.83 68.63 31.62 -
YUV 210.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 217 222 131 0.02 0 0.41 0.13 63.3 0.58 0.69
Hex D9 DE 83 2 0 29 D 3F 3A 45
Octal 331 336 203 2 0 51 15 77 72 105
Binary 11011001 11011110 10000011 10 0 101001 1101 111111 111010 1000101

Color Harmonies of #D9DE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DE83

Black with #D9DE83

Text Example


Text Example

White with #D9DE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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