Html Css Color HEX #DDDF93 Primrose

📋 copy color: '#DDDF93'

red 221 ◦ green 223 ◦ blue 147

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

Shades of Primrose #DDDF93

Tints of Primrose #DDDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 37.39%
G = 37.73%
B = 24.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDDF93 (or 0xDDDF93) is known color: Primrose. HEX triplet: DD, DF and 93. RGB value is (221,223,147). Sum of RGB (Red+Green+Blue) = 221+223+147=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF93 is #22206C. Grayscale: #D6D6D6. Windows color (decimal): -2236525 or 9691101. OLE color: 9691101.

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

Color convert

RGB 221 223 147 -
CMYK 0.01 0 0.34 0.13
HSL 61.58º 0.54% 0.73% -
HSV(B) 61.58º 0.34% 0.87% -
XYZ 61.47 70.25 37.92 -
YUV 213.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 221 223 147 0.01 0 0.34 0.13 61.58 0.54 0.73
Hex DD DF 93 1 0 22 D 3E 36 49
Octal 335 337 223 1 0 42 15 76 66 111
Binary 11011101 11011111 10010011 1 0 100010 1101 111110 110110 1001001

Color Harmonies of #DDDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF93

Black with #DDDF93

Text Example


Text Example

White with #DDDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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