Html Css Color HEX #DCD883 Primrose

📋 copy color: '#DCD883'

red 220 ◦ green 216 ◦ blue 131

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

Shades of Primrose #DCD883

Tints of Primrose #DCD883

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 38.8%
G = 38.1%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD883 (or 0xDCD883) is known color: Primrose. HEX triplet: DC, D8 and 83. RGB value is (220,216,131). Sum of RGB (Red+Green+Blue) = 220+216+131=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD883 is #23277C. Grayscale: #CFCFCF. Windows color (decimal): -2303869 or 8640732. OLE color: 8640732.

HSL color Cylindrical-coordinate representation of color #DCD883: hue angle of 57.3º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD883 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 131 -
CMYK 0 0.02 0.40 0.14
HSL 57.3º 0.56% 0.69% -
HSV(B) 57.3º 0.4% 0.86% -
XYZ 58.17 65.97 31.14 -
YUV 207.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 220 216 131 0 0.02 0.40 0.14 57.3 0.56 0.69
Hex DC D8 83 0 2 28 E 39 38 45
Octal 334 330 203 0 2 50 16 71 70 105
Binary 11011100 11011000 10000011 0 10 101000 1110 111001 111000 1000101

Color Harmonies of #DCD883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD883

Black with #DCD883

Text Example


Text Example

White with #DCD883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD883; }

 p { color: rgb(220,216,131); }

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

background-color css

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

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

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

border-color css

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

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

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