Html Css Color HEX #DBDF9A Primrose

📋 copy color: '#DBDF9A'

red 219 ◦ green 223 ◦ blue 154

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

Shades of Primrose #DBDF9A

Tints of Primrose #DBDF9A

RGB

 RED value IS 219 (85.94% from 255) = 36.74%

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

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 36.74%
G = 37.42%
B = 25.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DBDF9A (or 0xDBDF9A) is known color: Primrose. HEX triplet: DB, DF and 9A. RGB value is (219,223,154). Sum of RGB (Red+Green+Blue) = 219+223+154=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF9A is #242065. Grayscale: #D6D6D6. Windows color (decimal): -2367590 or 10149851. OLE color: 10149851.

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

Color convert

RGB 219 223 154 -
CMYK 0.02 0 0.31 0.13
HSL 63.48º 0.52% 0.74% -
HSV(B) 63.48º 0.31% 0.87% -
XYZ 61.43 70.17 40.88 -
YUV 213.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 219 223 154 0.02 0 0.31 0.13 63.48 0.52 0.74
Hex DB DF 9A 2 0 1F D 3F 34 4A
Octal 333 337 232 2 0 37 15 77 64 112
Binary 11011011 11011111 10011010 10 0 11111 1101 111111 110100 1001010

Color Harmonies of #DBDF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF9A

Black with #DBDF9A

Text Example


Text Example

White with #DBDF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF9A; }

 p { color: rgb(219,223,154); }

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

background-color css

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

 a { background-color: rgb(219,223,154); }

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

border-color css

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

 span { border-color: rgb(219,223,154); }

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