Html Css Color HEX #DCDC9B Primrose

📋 copy color: '#DCDC9B'

red 220 ◦ green 220 ◦ blue 155

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

Shades of Primrose #DCDC9B

Tints of Primrose #DCDC9B

RGB

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

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

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

R = 36.97%
G = 36.97%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCDC9B (or 0xDCDC9B) is known color: Primrose. HEX triplet: DC, DC and 9B. RGB value is (220,220,155). Sum of RGB (Red+Green+Blue) = 220+220+155=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDC9B is #232364. Grayscale: #D4D4D4. Windows color (decimal): -2302821 or 10214620. OLE color: 10214620.

HSL color Cylindrical-coordinate representation of color #DCDC9B: hue angle of 60º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCDC9B is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 155 -
CMYK 0 0 0.30 0.14
HSL 60º 0.48% 0.74% -
HSV(B) 60º 0.3% 0.86% -
XYZ 61.02 68.77 41.07 -
YUV 212.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 220 220 155 0 0 0.30 0.14 60 0.48 0.74
Hex DC DC 9B 0 0 1E E 3C 30 4A
Octal 334 334 233 0 0 36 16 74 60 112
Binary 11011100 11011100 10011011 0 0 11110 1110 111100 110000 1001010

Color Harmonies of #DCDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC9B

Black with #DCDC9B

Text Example


Text Example

White with #DCDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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