Html Css Color HEX #DBDF83 Primrose

📋 copy color: '#DBDF83'

red 219 ◦ green 223 ◦ blue 131

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

Shades of Primrose #DBDF83

Tints of Primrose #DBDF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

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

R = 38.22%
G = 38.92%
B = 22.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DBDF83 (or 0xDBDF83) is known color: Primrose. HEX triplet: DB, DF and 83. RGB value is (219,223,131). Sum of RGB (Red+Green+Blue) = 219+223+131=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF83 is #24207C. Grayscale: #D3D3D3. Windows color (decimal): -2367613 or 8642523. OLE color: 8642523.

HSL color Cylindrical-coordinate representation of color #DBDF83: hue angle of 62.61º degrees, saturation: 0.59, 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 #DBDF83 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 131 -
CMYK 0.02 0 0.41 0.13
HSL 62.61º 0.59% 0.69% -
HSV(B) 62.61º 0.41% 0.87% -
XYZ 59.7 69.47 31.74 -
YUV 211.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 219 223 131 0.02 0 0.41 0.13 62.61 0.59 0.69
Hex DB DF 83 2 0 29 D 3F 3B 45
Octal 333 337 203 2 0 51 15 77 73 105
Binary 11011011 11011111 10000011 10 0 101001 1101 111111 111011 1000101

Color Harmonies of #DBDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF83

Black with #DBDF83

Text Example


Text Example

White with #DBDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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