Html Css Color HEX #DBDC9A Primrose

📋 copy color: '#DBDC9A'

red 219 ◦ green 220 ◦ blue 154

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

Shades of Primrose #DBDC9A

Tints of Primrose #DBDC9A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.1%

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

R = 36.93%
G = 37.1%
B = 25.97%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DBDC9A (or 0xDBDC9A) is known color: Primrose. HEX triplet: DB, DC and 9A. RGB value is (219,220,154). Sum of RGB (Red+Green+Blue) = 219+220+154=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9A is #242365. Grayscale: #D4D4D4. Windows color (decimal): -2368358 or 10149083. OLE color: 10149083.

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

Color convert

RGB 219 220 154 -
CMYK 0.00 0 0.3 0.14
HSL 60.91º 0.49% 0.73% -
HSV(B) 60.91º 0.3% 0.86% -
XYZ 60.64 68.58 40.61 -
YUV 212.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 219 220 154 0.00 0 0.3 0.14 60.91 0.49 0.73
Hex DB DC 9A 0 0 1E E 3D 31 49
Octal 333 334 232 0 0 36 16 75 61 111
Binary 11011011 11011100 10011010 0 0 11110 1110 111101 110001 1001001

Color Harmonies of #DBDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC9A

Black with #DBDC9A

Text Example


Text Example

White with #DBDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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