Html Css Color HEX #DCDD84 Primrose

📋 copy color: '#DCDD84'

red 220 ◦ green 221 ◦ blue 132

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

Shades of Primrose #DCDD84

Tints of Primrose #DCDD84

RGB

 RED value IS 220 (86.33% from 255) = 38.39%

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

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

R = 38.39%
G = 38.57%
B = 23.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DCDD84 (or 0xDCDD84) is known color: Primrose. HEX triplet: DC, DD and 84. RGB value is (220,221,132). Sum of RGB (Red+Green+Blue) = 220+221+132=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD84 is #23227B. Grayscale: #D2D2D2. Windows color (decimal): -2302588 or 8707548. OLE color: 8707548.

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

Color convert

RGB 220 221 132 -
CMYK 0.00 0 0.40 0.13
HSL 60.67º 0.57% 0.69% -
HSV(B) 60.67º 0.4% 0.87% -
XYZ 59.54 68.59 31.93 -
YUV 210.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 220 221 132 0.00 0 0.40 0.13 60.67 0.57 0.69
Hex DC DD 84 0 0 28 D 3D 39 45
Octal 334 335 204 0 0 50 15 75 71 105
Binary 11011100 11011101 10000100 0 0 101000 1101 111101 111001 1000101

Color Harmonies of #DCDD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD84

Black with #DCDD84

Text Example


Text Example

White with #DCDD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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