Html Css Color HEX #DCD28D Primrose

📋 copy color: '#DCD28D'

red 220 ◦ green 210 ◦ blue 141

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

Shades of Primrose #DCD28D

Tints of Primrose #DCD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.78%

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

R = 38.53%
G = 36.78%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD28D (or 0xDCD28D) is known color: Primrose. HEX triplet: DC, D2 and 8D. RGB value is (220,210,141). Sum of RGB (Red+Green+Blue) = 220+210+141=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD28D is #232D72. Grayscale: #CDCDCD. Windows color (decimal): -2305395 or 9294556. OLE color: 9294556.

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

Color convert

RGB 220 210 141 -
CMYK 0 0.05 0.36 0.14
HSL 52.41º 0.53% 0.71% -
HSV(B) 52.41º 0.36% 0.86% -
XYZ 57.37 63.23 34.38 -
YUV 205.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 220 210 141 0 0.05 0.36 0.14 52.41 0.53 0.71
Hex DC D2 8D 0 5 24 E 34 35 47
Octal 334 322 215 0 5 44 16 64 65 107
Binary 11011100 11010010 10001101 0 101 100100 1110 110100 110101 1000111

Color Harmonies of #DCD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD28D

Black with #DCD28D

Text Example


Text Example

White with #DCD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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