Html Css Color HEX #DBDE82 Primrose

📋 copy color: '#DBDE82'

red 219 ◦ green 222 ◦ blue 130

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

Shades of Primrose #DBDE82

Tints of Primrose #DBDE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.88%

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

R = 38.35%
G = 38.88%
B = 22.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DBDE82 (or 0xDBDE82) is known color: Primrose. HEX triplet: DB, DE and 82. RGB value is (219,222,130). Sum of RGB (Red+Green+Blue) = 219+222+130=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE82 is #24217D. Grayscale: #D2D2D2. Windows color (decimal): -2367870 or 8576731. OLE color: 8576731.

HSL color Cylindrical-coordinate representation of color #DBDE82: hue angle of 61.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBDE82 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 130 -
CMYK 0.01 0 0.41 0.13
HSL 61.96º 0.58% 0.69% -
HSV(B) 61.96º 0.41% 0.87% -
XYZ 59.36 68.91 31.29 -
YUV 210.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 219 222 130 0.01 0 0.41 0.13 61.96 0.58 0.69
Hex DB DE 82 1 0 29 D 3E 3A 45
Octal 333 336 202 1 0 51 15 76 72 105
Binary 11011011 11011110 10000010 1 0 101001 1101 111110 111010 1000101

Color Harmonies of #DBDE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE82

Black with #DBDE82

Text Example


Text Example

White with #DBDE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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