Html Css Color HEX #DBDB9A Primrose

📋 copy color: '#DBDB9A'

red 219 ◦ green 219 ◦ blue 154

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

Shades of Primrose #DBDB9A

Tints of Primrose #DBDB9A

RGB

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

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

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

R = 36.99%
G = 36.99%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBDB9A (or 0xDBDB9A) is known color: Primrose. HEX triplet: DB, DB and 9A. RGB value is (219,219,154). Sum of RGB (Red+Green+Blue) = 219+219+154=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB9A is #242465. Grayscale: #D3D3D3. Windows color (decimal): -2368614 or 10148827. OLE color: 10148827.

HSL color Cylindrical-coordinate representation of color #DBDB9A: hue angle of 60º degrees, saturation: 0.47, 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 #DBDB9A is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 154 -
CMYK 0 0 0.30 0.14
HSL 60º 0.47% 0.73% -
HSV(B) 60º 0.3% 0.86% -
XYZ 60.38 68.06 40.53 -
YUV 211.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 219 219 154 0 0 0.30 0.14 60 0.47 0.73
Hex DB DB 9A 0 0 1E E 3C 2F 49
Octal 333 333 232 0 0 36 16 74 57 111
Binary 11011011 11011011 10011010 0 0 11110 1110 111100 101111 1001001

Color Harmonies of #DBDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB9A

Black with #DBDB9A

Text Example


Text Example

White with #DBDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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