Html Css Color HEX #DDDF95 Primrose

📋 copy color: '#DDDF95'

red 221 ◦ green 223 ◦ blue 149

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

Shades of Primrose #DDDF95

Tints of Primrose #DDDF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.13%

R = 37.27%
G = 37.61%
B = 25.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDDF95 (or 0xDDDF95) is known color: Primrose. HEX triplet: DD, DF and 95. RGB value is (221,223,149). Sum of RGB (Red+Green+Blue) = 221+223+149=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF95 is #22206A. Grayscale: #D6D6D6. Windows color (decimal): -2236523 or 9822173. OLE color: 9822173.

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

Color convert

RGB 221 223 149 -
CMYK 0.01 0 0.33 0.13
HSL 61.62º 0.54% 0.73% -
HSV(B) 61.62º 0.33% 0.87% -
XYZ 61.63 70.32 38.76 -
YUV 213.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 221 223 149 0.01 0 0.33 0.13 61.62 0.54 0.73
Hex DD DF 95 1 0 21 D 3E 36 49
Octal 335 337 225 1 0 41 15 76 66 111
Binary 11011101 11011111 10010101 1 0 100001 1101 111110 110110 1001001

Color Harmonies of #DDDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF95

Black with #DDDF95

Text Example


Text Example

White with #DDDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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