Html Css Color HEX #DBDB84 Primrose

📋 copy color: '#DBDB84'

red 219 ◦ green 219 ◦ blue 132

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

Shades of Primrose #DBDB84

Tints of Primrose #DBDB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.16%

R = 38.42%
G = 38.42%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBDB84 (or 0xDBDB84) is known color: Primrose. HEX triplet: DB, DB and 84. RGB value is (219,219,132). Sum of RGB (Red+Green+Blue) = 219+219+132=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB84 is #24247B. Grayscale: #D1D1D1. Windows color (decimal): -2368636 or 8707035. OLE color: 8707035.

HSL color Cylindrical-coordinate representation of color #DBDB84: hue angle of 60º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDB84 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 132 -
CMYK 0 0 0.40 0.14
HSL 60º 0.55% 0.69% -
HSV(B) 60º 0.4% 0.86% -
XYZ 58.71 67.39 31.74 -
YUV 209.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 219 219 132 0 0 0.40 0.14 60 0.55 0.69
Hex DB DB 84 0 0 28 E 3C 37 45
Octal 333 333 204 0 0 50 16 74 67 105
Binary 11011011 11011011 10000100 0 0 101000 1110 111100 110111 1000101

Color Harmonies of #DBDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB84

Black with #DBDB84

Text Example


Text Example

White with #DBDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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