Html Css Color HEX #DCDA8C Primrose

📋 copy color: '#DCDA8C'

red 220 ◦ green 218 ◦ blue 140

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

Shades of Primrose #DCDA8C

Tints of Primrose #DCDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 38.06%
G = 37.72%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCDA8C (or 0xDCDA8C) is known color: Primrose. HEX triplet: DC, DA and 8C. RGB value is (220,218,140). Sum of RGB (Red+Green+Blue) = 220+218+140=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA8C is #232573. Grayscale: #D2D2D2. Windows color (decimal): -2303348 or 9231068. OLE color: 9231068.

HSL color Cylindrical-coordinate representation of color #DCDA8C: hue angle of 58.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDA8C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 140 -
CMYK 0 0.01 0.36 0.14
HSL 58.5º 0.53% 0.71% -
HSV(B) 58.5º 0.36% 0.86% -
XYZ 59.32 67.25 34.67 -
YUV 209.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 220 218 140 0 0.01 0.36 0.14 58.5 0.53 0.71
Hex DC DA 8C 0 1 24 E 3A 35 47
Octal 334 332 214 0 1 44 16 72 65 107
Binary 11011100 11011010 10001100 0 1 100100 1110 111010 110101 1000111

Color Harmonies of #DCDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA8C

Black with #DCDA8C

Text Example


Text Example

White with #DCDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA8C; }

 p { color: rgb(220,218,140); }

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

background-color css

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

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

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

border-color css

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

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

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