Html Css Color HEX #DCD783 Primrose

📋 copy color: '#DCD783'

red 220 ◦ green 215 ◦ blue 131

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

Shades of Primrose #DCD783

Tints of Primrose #DCD783

RGB

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

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

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

R = 38.87%
G = 37.99%
B = 23.14%

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

#DCD783 (or 0xDCD783) is known color: Primrose. HEX triplet: DC, D7 and 83. RGB value is (220,215,131). Sum of RGB (Red+Green+Blue) = 220+215+131=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD783 is #23287C. Grayscale: #CFCFCF. Windows color (decimal): -2304125 or 8640476. OLE color: 8640476.

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

Color convert

RGB 220 215 131 -
CMYK 0 0.02 0.40 0.14
HSL 56.63º 0.56% 0.69% -
HSV(B) 56.63º 0.4% 0.86% -
XYZ 57.91 65.46 31.05 -
YUV 206.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 220 215 131 0 0.02 0.40 0.14 56.63 0.56 0.69
Hex DC D7 83 0 2 28 E 39 38 45
Octal 334 327 203 0 2 50 16 71 70 105
Binary 11011100 11010111 10000011 0 10 101000 1110 111001 111000 1000101

Color Harmonies of #DCD783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD783

Black with #DCD783

Text Example


Text Example

White with #DCD783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD783; }

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

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

background-color css

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

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

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

border-color css

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

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

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