Html Css Color HEX #DCDD9B Primrose

📋 copy color: '#DCDD9B'

red 220 ◦ green 221 ◦ blue 155

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

Shades of Primrose #DCDD9B

Tints of Primrose #DCDD9B

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

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

 BLUE value IS 155 (60.94% from 255) = 26.01%

R = 36.91%
G = 37.08%
B = 26.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DCDD9B (or 0xDCDD9B) is known color: Primrose. HEX triplet: DC, DD and 9B. RGB value is (220,221,155). Sum of RGB (Red+Green+Blue) = 220+221+155=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDD9B is #232264. Grayscale: #D5D5D5. Windows color (decimal): -2302565 or 10214876. OLE color: 10214876.

HSL color Cylindrical-coordinate representation of color #DCDD9B: hue angle of 60.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDD9B is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 155 -
CMYK 0.00 0 0.30 0.13
HSL 60.91º 0.49% 0.74% -
HSV(B) 60.91º 0.3% 0.87% -
XYZ 61.29 69.3 41.16 -
YUV 213.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 220 221 155 0.00 0 0.30 0.13 60.91 0.49 0.74
Hex DC DD 9B 0 0 1E D 3D 31 4A
Octal 334 335 233 0 0 36 15 75 61 112
Binary 11011100 11011101 10011011 0 0 11110 1101 111101 110001 1001010

Color Harmonies of #DCDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD9B

Black with #DCDD9B

Text Example


Text Example

White with #DCDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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