Html Css Color HEX #DDDC8B Primrose

📋 copy color: '#DDDC8B'

red 221 ◦ green 220 ◦ blue 139

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

Shades of Primrose #DDDC8B

Tints of Primrose #DDDC8B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.93%

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

R = 38.1%
G = 37.93%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDDC8B (or 0xDDDC8B) is known color: Primrose. HEX triplet: DD, DC and 8B. RGB value is (221,220,139). Sum of RGB (Red+Green+Blue) = 221+220+139=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8B is #222374. Grayscale: #D3D3D3. Windows color (decimal): -2237301 or 9166045. OLE color: 9166045.

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

Color convert

RGB 221 220 139 -
CMYK 0 0.00 0.37 0.13
HSL 59.27º 0.55% 0.71% -
HSV(B) 59.27º 0.37% 0.87% -
XYZ 60.07 68.42 34.47 -
YUV 211.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 221 220 139 0 0.00 0.37 0.13 59.27 0.55 0.71
Hex DD DC 8B 0 0 25 D 3B 37 47
Octal 335 334 213 0 0 45 15 73 67 107
Binary 11011101 11011100 10001011 0 0 100101 1101 111011 110111 1000111

Color Harmonies of #DDDC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC8B

Black with #DDDC8B

Text Example


Text Example

White with #DDDC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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