Html Css Color HEX #D5DB99 Primrose

📋 copy color: '#D5DB99'

red 213 ◦ green 219 ◦ blue 153

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

Shades of Primrose #D5DB99

Tints of Primrose #D5DB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 36.41%
G = 37.44%
B = 26.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#D5DB99 (or 0xD5DB99) is known color: Primrose. HEX triplet: D5, DB and 99. RGB value is (213,219,153). Sum of RGB (Red+Green+Blue) = 213+219+153=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DB99 is #2A2466. Grayscale: #D1D1D1. Windows color (decimal): -2761831 or 10083285. OLE color: 10083285.

HSL color Cylindrical-coordinate representation of color #D5DB99: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DB99 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 153 -
CMYK 0.03 0 0.30 0.14
HSL 65.45º 0.48% 0.73% -
HSV(B) 65.45º 0.3% 0.86% -
XYZ 58.52 67.11 40.01 -
YUV 209.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 213 219 153 0.03 0 0.30 0.14 65.45 0.48 0.73
Hex D5 DB 99 3 0 1E E 41 30 49
Octal 325 333 231 3 0 36 16 101 60 111
Binary 11010101 11011011 10011001 11 0 11110 1110 1000001 110000 1001001

Color Harmonies of #D5DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DB99

Black with #D5DB99

Text Example


Text Example

White with #D5DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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