Html Css Color HEX #DBDA83 Primrose

📋 copy color: '#DBDA83'

red 219 ◦ green 218 ◦ blue 131

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

Shades of Primrose #DBDA83

Tints of Primrose #DBDA83

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

 BLUE value IS 131 (51.56% from 255) = 23.06%

R = 38.56%
G = 38.38%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBDA83 (or 0xDBDA83) is known color: Primrose. HEX triplet: DB, DA and 83. RGB value is (219,218,131). Sum of RGB (Red+Green+Blue) = 219+218+131=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA83 is #24257C. Grayscale: #D0D0D0. Windows color (decimal): -2368893 or 8641243. OLE color: 8641243.

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

Color convert

RGB 219 218 131 -
CMYK 0 0.00 0.40 0.14
HSL 59.32º 0.55% 0.69% -
HSV(B) 59.32º 0.4% 0.86% -
XYZ 58.38 66.84 31.3 -
YUV 208.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 219 218 131 0 0.00 0.40 0.14 59.32 0.55 0.69
Hex DB DA 83 0 0 28 E 3B 37 45
Octal 333 332 203 0 0 50 16 73 67 105
Binary 11011011 11011010 10000011 0 0 101000 1110 111011 110111 1000101

Color Harmonies of #DBDA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA83

Black with #DBDA83

Text Example


Text Example

White with #DBDA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA83; }

 p { color: rgb(219,218,131); }

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

background-color css

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

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

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

border-color css

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

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

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