Html Css Color HEX #DDDF94 Primrose

📋 copy color: '#DDDF94'

red 221 ◦ green 223 ◦ blue 148

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

Shades of Primrose #DDDF94

Tints of Primrose #DDDF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25%

R = 37.33%
G = 37.67%
B = 25%

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

#DDDF94 (or 0xDDDF94) is known color: Primrose. HEX triplet: DD, DF and 94. RGB value is (221,223,148). Sum of RGB (Red+Green+Blue) = 221+223+148=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF94 is #22206B. Grayscale: #D6D6D6. Windows color (decimal): -2236524 or 9756637. OLE color: 9756637.

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

Color convert

RGB 221 223 148 -
CMYK 0.01 0 0.34 0.13
HSL 61.6º 0.54% 0.73% -
HSV(B) 61.6º 0.34% 0.87% -
XYZ 61.55 70.29 38.34 -
YUV 213.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 221 223 148 0.01 0 0.34 0.13 61.6 0.54 0.73
Hex DD DF 94 1 0 22 D 3E 36 49
Octal 335 337 224 1 0 42 15 76 66 111
Binary 11011101 11011111 10010100 1 0 100010 1101 111110 110110 1001001

Color Harmonies of #DDDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF94

Black with #DDDF94

Text Example


Text Example

White with #DDDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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