Html Css Color HEX #DDDC81 Primrose

📋 copy color: '#DDDC81'

red 221 ◦ green 220 ◦ blue 129

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

Shades of Primrose #DDDC81

Tints of Primrose #DDDC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 129 (50.78% from 255) = 22.63%

R = 38.77%
G = 38.6%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDDC81 (or 0xDDDC81) is known color: Primrose. HEX triplet: DD, DC and 81. RGB value is (221,220,129). Sum of RGB (Red+Green+Blue) = 221+220+129=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC81 is #22237E. Grayscale: #D2D2D2. Windows color (decimal): -2237311 or 8510685. OLE color: 8510685.

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

Color convert

RGB 221 220 129 -
CMYK 0 0.00 0.42 0.13
HSL 59.35º 0.58% 0.69% -
HSV(B) 59.35º 0.42% 0.87% -
XYZ 59.37 68.14 30.79 -
YUV 209.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 221 220 129 0 0.00 0.42 0.13 59.35 0.58 0.69
Hex DD DC 81 0 0 2A D 3B 3A 45
Octal 335 334 201 0 0 52 15 73 72 105
Binary 11011101 11011100 10000001 0 0 101010 1101 111011 111010 1000101

Color Harmonies of #DDDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC81

Black with #DDDC81

Text Example


Text Example

White with #DDDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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