Html Css Color HEX #DDDF84 Primrose

📋 copy color: '#DDDF84'

red 221 ◦ green 223 ◦ blue 132

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

Shades of Primrose #DDDF84

Tints of Primrose #DDDF84

RGB

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

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

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

R = 38.37%
G = 38.72%
B = 22.92%

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

#DDDF84 (or 0xDDDF84) is known color: Primrose. HEX triplet: DD, DF and 84. RGB value is (221,223,132). Sum of RGB (Red+Green+Blue) = 221+223+132=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF84 is #22207B. Grayscale: #D4D4D4. Windows color (decimal): -2236540 or 8708061. OLE color: 8708061.

HSL color Cylindrical-coordinate representation of color #DDDF84: hue angle of 61.32º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDDF84 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 132 -
CMYK 0.01 0 0.41 0.13
HSL 61.32º 0.59% 0.7% -
HSV(B) 61.32º 0.41% 0.87% -
XYZ 60.37 69.81 32.12 -
YUV 212.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 221 223 132 0.01 0 0.41 0.13 61.32 0.59 0.7
Hex DD DF 84 1 0 29 D 3D 3B 46
Octal 335 337 204 1 0 51 15 75 73 106
Binary 11011101 11011111 10000100 1 0 101001 1101 111101 111011 1000110

Color Harmonies of #DDDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF84

Black with #DDDF84

Text Example


Text Example

White with #DDDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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