Html Css Color HEX #DBDD84 Primrose

📋 copy color: '#DBDD84'

red 219 ◦ green 221 ◦ blue 132

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

Shades of Primrose #DBDD84

Tints of Primrose #DBDD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.08%

R = 38.29%
G = 38.64%
B = 23.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DBDD84 (or 0xDBDD84) is known color: Primrose. HEX triplet: DB, DD and 84. RGB value is (219,221,132). Sum of RGB (Red+Green+Blue) = 219+221+132=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD84 is #24227B. Grayscale: #D2D2D2. Windows color (decimal): -2368124 or 8707547. OLE color: 8707547.

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

Color convert

RGB 219 221 132 -
CMYK 0.01 0 0.40 0.13
HSL 61.35º 0.57% 0.69% -
HSV(B) 61.35º 0.4% 0.87% -
XYZ 59.23 68.44 31.92 -
YUV 210.26 83.84 134.24 -
System Red Green Blue C M Y K H S L
Decimal 219 221 132 0.01 0 0.40 0.13 61.35 0.57 0.69
Hex DB DD 84 1 0 28 D 3D 39 45
Octal 333 335 204 1 0 50 15 75 71 105
Binary 11011011 11011101 10000100 1 0 101000 1101 111101 111001 1000101

Color Harmonies of #DBDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD84

Black with #DBDD84

Text Example


Text Example

White with #DBDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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