Html Css Color HEX #DDDA84 Primrose

📋 copy color: '#DDDA84'

red 221 ◦ green 218 ◦ blue 132

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

Shades of Primrose #DDDA84

Tints of Primrose #DDDA84

RGB

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

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

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

R = 38.7%
G = 38.18%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDDA84 (or 0xDDDA84) is known color: Primrose. HEX triplet: DD, DA and 84. RGB value is (221,218,132). Sum of RGB (Red+Green+Blue) = 221+218+132=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA84 is #22257B. Grayscale: #D1D1D1. Windows color (decimal): -2237820 or 8706781. OLE color: 8706781.

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

Color convert

RGB 221 218 132 -
CMYK 0 0.01 0.40 0.13
HSL 57.98º 0.57% 0.69% -
HSV(B) 57.98º 0.4% 0.87% -
XYZ 59.06 67.18 31.68 -
YUV 209.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 221 218 132 0 0.01 0.40 0.13 57.98 0.57 0.69
Hex DD DA 84 0 1 28 D 3A 39 45
Octal 335 332 204 0 1 50 15 72 71 105
Binary 11011101 11011010 10000100 0 1 101000 1101 111010 111001 1000101

Color Harmonies of #DDDA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDA84

Black with #DDDA84

Text Example


Text Example

White with #DDDA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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