Html Css Color HEX #DDDF8B Primrose

📋 copy color: '#DDDF8B'

red 221 ◦ green 223 ◦ blue 139

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

Shades of Primrose #DDDF8B

Tints of Primrose #DDDF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.84%

R = 37.91%
G = 38.25%
B = 23.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDDF8B (or 0xDDDF8B) is known color: Primrose. HEX triplet: DD, DF and 8B. RGB value is (221,223,139). Sum of RGB (Red+Green+Blue) = 221+223+139=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF8B is #222074. Grayscale: #D5D5D5. Windows color (decimal): -2236533 or 9166813. OLE color: 9166813.

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

Color convert

RGB 221 223 139 -
CMYK 0.01 0 0.38 0.13
HSL 61.43º 0.57% 0.71% -
HSV(B) 61.43º 0.38% 0.87% -
XYZ 60.87 70.01 34.73 -
YUV 212.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 221 223 139 0.01 0 0.38 0.13 61.43 0.57 0.71
Hex DD DF 8B 1 0 26 D 3D 39 47
Octal 335 337 213 1 0 46 15 75 71 107
Binary 11011101 11011111 10001011 1 0 100110 1101 111101 111001 1000111

Color Harmonies of #DDDF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF8B

Black with #DDDF8B

Text Example


Text Example

White with #DDDF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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