Html Css Color HEX #DBDA82 Primrose

📋 copy color: '#DBDA82'

red 219 ◦ green 218 ◦ blue 130

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

Shades of Primrose #DBDA82

Tints of Primrose #DBDA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.93%

R = 38.62%
G = 38.45%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBDA82 (or 0xDBDA82) is known color: Primrose. HEX triplet: DB, DA and 82. RGB value is (219,218,130). Sum of RGB (Red+Green+Blue) = 219+218+130=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA82 is #24257D. Grayscale: #D0D0D0. Windows color (decimal): -2368894 or 8575707. OLE color: 8575707.

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

Color convert

RGB 219 218 130 -
CMYK 0 0.00 0.41 0.14
HSL 59.33º 0.55% 0.68% -
HSV(B) 59.33º 0.41% 0.86% -
XYZ 58.31 66.81 30.94 -
YUV 208.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 219 218 130 0 0.00 0.41 0.14 59.33 0.55 0.68
Hex DB DA 82 0 0 29 E 3B 37 44
Octal 333 332 202 0 0 51 16 73 67 104
Binary 11011011 11011010 10000010 0 0 101001 1110 111011 110111 1000100

Color Harmonies of #DBDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA82

Black with #DBDA82

Text Example


Text Example

White with #DBDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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