Html Css Color HEX #DBDB83 Primrose

📋 copy color: '#DBDB83'

red 219 ◦ green 219 ◦ blue 131

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

Shades of Primrose #DBDB83

Tints of Primrose #DBDB83

RGB

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

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

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

R = 38.49%
G = 38.49%
B = 23.02%

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

#DBDB83 (or 0xDBDB83) is known color: Primrose. HEX triplet: DB, DB and 83. RGB value is (219,219,131). Sum of RGB (Red+Green+Blue) = 219+219+131=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB83 is #24247C. Grayscale: #D1D1D1. Windows color (decimal): -2368637 or 8641499. OLE color: 8641499.

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

Color convert

RGB 219 219 131 -
CMYK 0 0 0.40 0.14
HSL 60º 0.55% 0.69% -
HSV(B) 60º 0.4% 0.86% -
XYZ 58.64 67.36 31.38 -
YUV 208.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 219 219 131 0 0 0.40 0.14 60 0.55 0.69
Hex DB DB 83 0 0 28 E 3C 37 45
Octal 333 333 203 0 0 50 16 74 67 105
Binary 11011011 11011011 10000011 0 0 101000 1110 111100 110111 1000101

Color Harmonies of #DBDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB83

Black with #DBDB83

Text Example


Text Example

White with #DBDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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