Html Css Color HEX #DCD685 Primrose

📋 copy color: '#DCD685'

red 220 ◦ green 214 ◦ blue 133

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

Shades of Primrose #DCD685

Tints of Primrose #DCD685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.46%

R = 38.8%
G = 37.74%
B = 23.46%

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

#DCD685 (or 0xDCD685) is known color: Primrose. HEX triplet: DC, D6 and 85. RGB value is (220,214,133). Sum of RGB (Red+Green+Blue) = 220+214+133=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD685 is #23297A. Grayscale: #CECECE. Windows color (decimal): -2304379 or 8771292. OLE color: 8771292.

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

Color convert

RGB 220 214 133 -
CMYK 0 0.03 0.40 0.14
HSL 55.86º 0.55% 0.69% -
HSV(B) 55.86º 0.4% 0.86% -
XYZ 57.8 65 31.69 -
YUV 206.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 220 214 133 0 0.03 0.40 0.14 55.86 0.55 0.69
Hex DC D6 85 0 3 28 E 38 37 45
Octal 334 326 205 0 3 50 16 70 67 105
Binary 11011100 11010110 10000101 0 11 101000 1110 111000 110111 1000101

Color Harmonies of #DCD685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD685

Black with #DCD685

Text Example


Text Example

White with #DCD685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD685; }

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

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

background-color css

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

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

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

border-color css

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

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

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