Html Css Color HEX #DCD683 Primrose

📋 copy color: '#DCD683'

red 220 ◦ green 214 ◦ blue 131

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

Shades of Primrose #DCD683

Tints of Primrose #DCD683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

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

R = 38.94%
G = 37.88%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD683 (or 0xDCD683) is known color: Primrose. HEX triplet: DC, D6 and 83. RGB value is (220,214,131). Sum of RGB (Red+Green+Blue) = 220+214+131=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD683 is #23297C. Grayscale: #CECECE. Windows color (decimal): -2304381 or 8640220. OLE color: 8640220.

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

Color convert

RGB 220 214 131 -
CMYK 0 0.03 0.40 0.14
HSL 55.96º 0.56% 0.69% -
HSV(B) 55.96º 0.4% 0.86% -
XYZ 57.66 64.95 30.97 -
YUV 206.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 220 214 131 0 0.03 0.40 0.14 55.96 0.56 0.69
Hex DC D6 83 0 3 28 E 38 38 45
Octal 334 326 203 0 3 50 16 70 70 105
Binary 11011100 11010110 10000011 0 11 101000 1110 111000 111000 1000101

Color Harmonies of #DCD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD683

Black with #DCD683

Text Example


Text Example

White with #DCD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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