Html Css Color HEX #DCD78D Primrose

📋 copy color: '#DCD78D'

red 220 ◦ green 215 ◦ blue 141

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

Shades of Primrose #DCD78D

Tints of Primrose #DCD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.33%

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 38.19%
G = 37.33%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD78D (or 0xDCD78D) is known color: Primrose. HEX triplet: DC, D7 and 8D. RGB value is (220,215,141). Sum of RGB (Red+Green+Blue) = 220+215+141=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78D is #232872. Grayscale: #D0D0D0. Windows color (decimal): -2304115 or 9295836. OLE color: 9295836.

HSL color Cylindrical-coordinate representation of color #DCD78D: hue angle of 56.2º 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 #DCD78D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 141 -
CMYK 0 0.02 0.36 0.14
HSL 56.2º 0.53% 0.71% -
HSV(B) 56.2º 0.36% 0.86% -
XYZ 58.62 65.74 34.8 -
YUV 208.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 220 215 141 0 0.02 0.36 0.14 56.2 0.53 0.71
Hex DC D7 8D 0 2 24 E 38 35 47
Octal 334 327 215 0 2 44 16 70 65 107
Binary 11011100 11010111 10001101 0 10 100100 1110 111000 110101 1000111

Color Harmonies of #DCD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD78D

Black with #DCD78D

Text Example


Text Example

White with #DCD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD78D; }

 p { color: rgb(220,215,141); }

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

background-color css

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

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

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

border-color css

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

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

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