Html Css Color HEX #DDDF98 Primrose

📋 copy color: '#DDDF98'

red 221 ◦ green 223 ◦ blue 152

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

Shades of Primrose #DDDF98

Tints of Primrose #DDDF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 37.08%
G = 37.42%
B = 25.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDDF98 (or 0xDDDF98) is known color: Primrose. HEX triplet: DD, DF and 98. RGB value is (221,223,152). Sum of RGB (Red+Green+Blue) = 221+223+152=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF98 is #222067. Grayscale: #D6D6D6. Windows color (decimal): -2236520 or 10018781. OLE color: 10018781.

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

Color convert

RGB 221 223 152 -
CMYK 0.01 0 0.32 0.13
HSL 61.69º 0.53% 0.74% -
HSV(B) 61.69º 0.32% 0.87% -
XYZ 61.87 70.41 40.04 -
YUV 214.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 221 223 152 0.01 0 0.32 0.13 61.69 0.53 0.74
Hex DD DF 98 1 0 20 D 3E 35 4A
Octal 335 337 230 1 0 40 15 76 65 112
Binary 11011101 11011111 10011000 1 0 100000 1101 111110 110101 1001010

Color Harmonies of #DDDF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF98

Black with #DDDF98

Text Example


Text Example

White with #DDDF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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