Html Css Color HEX #DCD983 Primrose

📋 copy color: '#DCD983'

red 220 ◦ green 217 ◦ blue 131

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

Shades of Primrose #DCD983

Tints of Primrose #DCD983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

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

R = 38.73%
G = 38.2%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD983 (or 0xDCD983) is known color: Primrose. HEX triplet: DC, D9 and 83. RGB value is (220,217,131). Sum of RGB (Red+Green+Blue) = 220+217+131=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD983 is #23267C. Grayscale: #D0D0D0. Windows color (decimal): -2303613 or 8640988. OLE color: 8640988.

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

Color convert

RGB 220 217 131 -
CMYK 0 0.01 0.40 0.14
HSL 57.98º 0.56% 0.69% -
HSV(B) 57.98º 0.4% 0.86% -
XYZ 58.42 66.48 31.23 -
YUV 208.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 220 217 131 0 0.01 0.40 0.14 57.98 0.56 0.69
Hex DC D9 83 0 1 28 E 3A 38 45
Octal 334 331 203 0 1 50 16 72 70 105
Binary 11011100 11011001 10000011 0 1 101000 1110 111010 111000 1000101

Color Harmonies of #DCD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD983

Black with #DCD983

Text Example


Text Example

White with #DCD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD983; }

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

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

background-color css

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

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

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

border-color css

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

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

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