Html Css Color HEX #D5DF99 Primrose

📋 copy color: '#D5DF99'

red 213 ◦ green 223 ◦ blue 153

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

Shades of Primrose #D5DF99

Tints of Primrose #D5DF99

RGB

 RED value IS 213 (83.59% from 255) = 36.16%

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

 BLUE value IS 153 (60.16% from 255) = 25.98%

R = 36.16%
G = 37.86%
B = 25.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#D5DF99 (or 0xD5DF99) is known color: Primrose. HEX triplet: D5, DF and 99. RGB value is (213,223,153). Sum of RGB (Red+Green+Blue) = 213+223+153=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF99 is #2A2066. Grayscale: #D4D4D4. Windows color (decimal): -2760807 or 10084309. OLE color: 10084309.

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

Color convert

RGB 213 223 153 -
CMYK 0.04 0 0.31 0.13
HSL 68.57º 0.52% 0.74% -
HSV(B) 68.57º 0.31% 0.87% -
XYZ 59.58 69.22 40.36 -
YUV 212.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 213 223 153 0.04 0 0.31 0.13 68.57 0.52 0.74
Hex D5 DF 99 4 0 1F D 45 34 4A
Octal 325 337 231 4 0 37 15 105 64 112
Binary 11010101 11011111 10011001 100 0 11111 1101 1000101 110100 1001010

Color Harmonies of #D5DF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF99

Black with #D5DF99

Text Example


Text Example

White with #D5DF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF99; }

 p { color: rgb(213,223,153); }

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

background-color css

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

 a { background-color: rgb(213,223,153); }

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

border-color css

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

 span { border-color: rgb(213,223,153); }

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