Html Css Color HEX #DDDF8C Primrose

📋 copy color: '#DDDF8C'

red 221 ◦ green 223 ◦ blue 140

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

Shades of Primrose #DDDF8C

Tints of Primrose #DDDF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.97%

R = 37.84%
G = 38.18%
B = 23.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDDF8C (or 0xDDDF8C) is known color: Primrose. HEX triplet: DD, DF and 8C. RGB value is (221,223,140). Sum of RGB (Red+Green+Blue) = 221+223+140=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF8C is #222073. Grayscale: #D5D5D5. Windows color (decimal): -2236532 or 9232349. OLE color: 9232349.

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

Color convert

RGB 221 223 140 -
CMYK 0.01 0 0.37 0.13
HSL 61.45º 0.56% 0.71% -
HSV(B) 61.45º 0.37% 0.87% -
XYZ 60.94 70.04 35.12 -
YUV 212.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 221 223 140 0.01 0 0.37 0.13 61.45 0.56 0.71
Hex DD DF 8C 1 0 25 D 3D 38 47
Octal 335 337 214 1 0 45 15 75 70 107
Binary 11011101 11011111 10001100 1 0 100101 1101 111101 111000 1000111

Color Harmonies of #DDDF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF8C

Black with #DDDF8C

Text Example


Text Example

White with #DDDF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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