Html Css Color HEX #DBDD83 Primrose

📋 copy color: '#DBDD83'

red 219 ◦ green 221 ◦ blue 131

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

Shades of Primrose #DBDD83

Tints of Primrose #DBDD83

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

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

R = 38.35%
G = 38.7%
B = 22.94%

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

#DBDD83 (or 0xDBDD83) is known color: Primrose. HEX triplet: DB, DD and 83. RGB value is (219,221,131). Sum of RGB (Red+Green+Blue) = 219+221+131=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD83 is #24227C. Grayscale: #D2D2D2. Windows color (decimal): -2368125 or 8642011. OLE color: 8642011.

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

Color convert

RGB 219 221 131 -
CMYK 0.01 0 0.41 0.13
HSL 61.33º 0.57% 0.69% -
HSV(B) 61.33º 0.41% 0.87% -
XYZ 59.17 68.41 31.56 -
YUV 210.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 219 221 131 0.01 0 0.41 0.13 61.33 0.57 0.69
Hex DB DD 83 1 0 29 D 3D 39 45
Octal 333 335 203 1 0 51 15 75 71 105
Binary 11011011 11011101 10000011 1 0 101001 1101 111101 111001 1000101

Color Harmonies of #DBDD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD83

Black with #DBDD83

Text Example


Text Example

White with #DBDD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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