Html Css Color HEX #DDDB8B Primrose

📋 copy color: '#DDDB8B'

red 221 ◦ green 219 ◦ blue 139

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

Shades of Primrose #DDDB8B

Tints of Primrose #DDDB8B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

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

R = 38.17%
G = 37.82%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDDB8B (or 0xDDDB8B) is known color: Primrose. HEX triplet: DD, DB and 8B. RGB value is (221,219,139). Sum of RGB (Red+Green+Blue) = 221+219+139=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB8B is #222474. Grayscale: #D2D2D2. Windows color (decimal): -2237557 or 9165789. OLE color: 9165789.

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

Color convert

RGB 221 219 139 -
CMYK 0 0.01 0.37 0.13
HSL 58.54º 0.55% 0.71% -
HSV(B) 58.54º 0.37% 0.87% -
XYZ 59.81 67.9 34.38 -
YUV 210.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 221 219 139 0 0.01 0.37 0.13 58.54 0.55 0.71
Hex DD DB 8B 0 1 25 D 3B 37 47
Octal 335 333 213 0 1 45 15 73 67 107
Binary 11011101 11011011 10001011 0 1 100101 1101 111011 110111 1000111

Color Harmonies of #DDDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB8B

Black with #DDDB8B

Text Example


Text Example

White with #DDDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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